We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902fbaa commit 3fc0b60Copy full SHA for 3fc0b60
.github/workflows/build-and-test.yml
@@ -56,13 +56,13 @@ jobs:
56
git fetch --prune --unshallow
57
git submodule -q update --init --recursive
58
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-
+ # - name: Setup nuget cache
+ # uses: actions/cache@v2
+ # id: nuget-cache
+ # with:
+ # path: ~/.nuget
+ # key: ${{ runner.os }}-nuget-${{ hashFiles('**/src/ImageSharp/*.csproj') }}
+ # restore-keys: ${{ runner.os }}-nuget-
66
67
- name: Install macos dependencies
68
shell: pwsh
0 commit comments