Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:18:36 -08:00
parent 292458d926
commit 201c761770
1 changed files with 1 additions and 2 deletions

View File

@ -26,9 +26,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
run: dotnet --version
- name: Dotnet Version
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
run: dotnet --version
- name: Enable Extra Platforms In SDK
shell: bash