remove cache from ci

This commit is contained in:
zznty
2022-12-12 13:29:40 +03:00
committed by GitHub
parent ac1ec431fd
commit 846c2aa42e

View File

@@ -21,12 +21,6 @@ jobs:
name: Setup dotnet
with:
dotnet-version: '7.0.x'
- uses: actions/cache@v1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Add Gh Packages Nuget Source
run: dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github
- name: Restore dependencies