Skip to content

Commit

Permalink
ci: changes ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Jan 19, 2023
1 parent 41084ed commit 57188a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ jobs:
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-nuget
restore-keys: |
${{ runner.os }}-nuget
key: ${{ runner.os }}-build-test-nuget

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -230,7 +228,7 @@ jobs:
- name: Cache NuGet Packages
uses: actions/cache@v3
with:
key: Linux-nuget
key: ${{ runner.os }}-release-dev-nuget
path: ~/.nuget/packages

- name: create dir
Expand Down

0 comments on commit 57188a5

Please sign in to comment.