Skip to content

Commit

Permalink
fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Dec 9, 2024
1 parent 50135dc commit df26d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.cache
uses: actions/cache@v4
with:
path: ${{ matrix.NUGET_PACKAGES }}
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: ${{ runner.os }}-nuget-

Expand Down

0 comments on commit df26d77

Please sign in to comment.