Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword authored Nov 24, 2023
1 parent 61d2a5a commit d0f8f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0f8f1e

Please sign in to comment.