Skip to content

Commit

Permalink
Ok nevermind on the cache then
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Nov 22, 2024
1 parent 785a170 commit 40347f3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Print .NET version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Build API Packages
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Restore Tools
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Build API Packages
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Restore Tools
Expand Down

0 comments on commit 40347f3

Please sign in to comment.