Skip to content

Commit

Permalink
disable dotnet cachce
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Nov 24, 2024
1 parent c24fdcd commit 9037566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.100"
cache: true
- name: Restore
run: dotnet restore
- name: Build
Expand All @@ -52,7 +51,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.100"
cache: true
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down

0 comments on commit 9037566

Please sign in to comment.