Skip to content

Commit

Permalink
Taking out the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Aug 28, 2024
1 parent 2d69654 commit 66b531e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
cache: true

- name: Build & run tests for root
run: dotnet test --configuration Release
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
cache: true

- name: Remove any existing artifacts
run: rm -rf ${{ env.NUGET_OUTPUT }}
Expand Down

0 comments on commit 66b531e

Please sign in to comment.