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 1193672 commit 3d93ae5Copy full SHA for 3d93ae5
.github/workflows/pull-request.yml
@@ -55,6 +55,11 @@ jobs:
55
with:
56
dotnet-version: '3.1.x'
57
58
+ # NOTE: This is the temporary fix for https://github.com/actions/virtual-environments/issues/1090
59
+ - name: Cleanup before restor
60
+ if: ${{ matrix.os == 'windows' }}
61
+ run: dotnet clean ICSharpCode.SharpZipLib.sln -c ${{ matrix.configuration }} && dotnet nuget locals all --clear
62
+
63
- name: Restore test dependencies
64
run: dotnet restore
65
0 commit comments