Skip to content

Commit

Permalink
remove cache cuz it's useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 committed Feb 14, 2024
1 parent 452c218 commit 14b7895
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,8 @@ jobs:
Suffix: ${{ github.run_number }}
steps:
- uses: actions/checkout@v4

- name: Cache dotnet
id: cache-dotnet
uses: actions/cache@v4
with:
path: |
${{ env.DOTNET_INSTALL_DIR }}
~/.nuget/packages
key: ${{ runner.os }}-dotnet-8
restore-keys: ${{ runner.os }}-dotnet-8

- name: Setup .NET
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit 14b7895

Please sign in to comment.