Skip to content

Commit

Permalink
Trial and error on package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberzed committed Sep 13, 2024
1 parent 2e2fa70 commit 72a824c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
dotnet-version: 8.0.x
cache: true
- name: Restore dependencies
working-directory: ./src
run: dotnet restore --locked-mode
#working-directory: ./src
run: dotnet restore --locked-mode ./src
- name: Build
working-directory: ./src
run: dotnet build --no-restore
Expand Down

0 comments on commit 72a824c

Please sign in to comment.