Skip to content

Commit

Permalink
build: disable dotnet cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MaSch0212 committed Apr 1, 2024
1 parent ad85e77 commit 67e7560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.x"
cache: true
cache-dependency-path: ./server/packages.lock.json
- run: pnpm i

- name: Lint client
Expand Down

0 comments on commit 67e7560

Please sign in to comment.