Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Deleted caching
  • Loading branch information
crni99 authored Sep 18, 2024
1 parent 9f35825 commit dbb0781
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
8.0.x
6.0.x
- name: Cache NuGet packages
uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Restore dependencies
working-directory: ./AirportAutomation
run: dotnet restore AirportAutomation.sln
Expand Down

0 comments on commit dbb0781

Please sign in to comment.