Skip to content

Commit 3d93ae5

Browse files
committed
chore(ci): fix windows ci env restore
See actions/runner-images#1090
1 parent 1193672 commit 3d93ae5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
with:
5656
dotnet-version: '3.1.x'
5757

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+
5863
- name: Restore test dependencies
5964
run: dotnet restore
6065

0 commit comments

Comments
 (0)