Update build.yaml

This commit is contained in:
cxfksword 2023-11-24 22:56:14 +08:00 committed by GitHub
parent 61d2a5a97f
commit d0f8f1e579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: force dotnet version
run: echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
run: |
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
- name: print
run: dotnet --list-sdks && dotnet --info
- name: Install dependencies