fixup! Enabling extra platforms

This commit is contained in:
Mark McDowall 2023-11-25 21:00:09 -08:00
parent 79a5ec657e
commit 951e9c4d01
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Enable Extra Platforms
shell: bash
run: |
BUNDLEDVERSIONS="${{env.DOTNET_ROOT}}/dotnet/sdk/${DOTNET_VERSION}/Microsoft.NETCoreSdk.BundledVersions.props"
BUNDLEDVERSIONS="${{env.DOTNET_ROOT}}/sdk/${DOTNET_VERSION}/Microsoft.NETCoreSdk.BundledVersions.props"
echo "$BUNDLEDVERSIONS"
if grep -q freebsd-x64 "$BUNDLEDVERSIONS"; then
echo "Extra platforms already enabled"