Skip to content

Commit

Permalink
Add save-always to nuget cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
edumserrano committed Jan 19, 2024
1 parent 3245cb5 commit 54613d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Cache/Restore NuGets
uses: actions/cache@v4
with:
save-always: true
path:
~/.nuget/packages
key: ${{ runner.os }}-nuget
Expand Down

0 comments on commit 54613d1

Please sign in to comment.