Skip to content

Commit

Permalink
fix: global.json is not needed with only one version
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Oct 2, 2024
1 parent 8adbdf8 commit d3907d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Create global.json file
run: "echo '{\"sdk\":{\"version\": \"${{ steps.setup.outputs.dotnet-version }}\"}}' > ./global.json"
- run: dotnet --version
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit d3907d0

Please sign in to comment.