Skip to content

Commit

Permalink
Attempt global.json for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Jan 17, 2025
1 parent 9ee7532 commit 1a94466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '${{ matrix.dotnet-version }}'
- name: Create temporary global.json
run: echo "{\"sdk\":{\"version\": \"${{ matrix.dotnet-version }}\" }}" > ./global.json
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down

0 comments on commit 1a94466

Please sign in to comment.