Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelsoul30 authored Nov 14, 2023
1 parent 7484f01 commit afb976e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: dotnet --version
- uses: actions/cache@v3
with:
path: $\.nuget\packages
key: $-nuget-$ #hash of project files
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
$-nuget-
${{ runner.os }}-nuget-
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit afb976e

Please sign in to comment.