Skip to content

Commit 3fc0b60

Browse files
committed
Disable nuget packages cache
1 parent 902fbaa commit 3fc0b60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
git fetch --prune --unshallow
5757
git submodule -q update --init --recursive
5858
59-
- name: Setup nuget cache
60-
uses: actions/cache@v2
61-
id: nuget-cache
62-
with:
63-
path: ~/.nuget
64-
key: ${{ runner.os }}-nuget-${{ hashFiles('**/src/ImageSharp/*.csproj') }}
65-
restore-keys: ${{ runner.os }}-nuget-
59+
# - name: Setup nuget cache
60+
# uses: actions/cache@v2
61+
# id: nuget-cache
62+
# with:
63+
# path: ~/.nuget
64+
# key: ${{ runner.os }}-nuget-${{ hashFiles('**/src/ImageSharp/*.csproj') }}
65+
# restore-keys: ${{ runner.os }}-nuget-
6666

6767
- name: Install macos dependencies
6868
shell: pwsh

0 commit comments

Comments
 (0)