Skip to content

Commit

Permalink
Removed caching of NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Oct 24, 2024
1 parent 2b14b6e commit 9913ee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
cache: true
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 9913ee7

Please sign in to comment.