We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dd289 commit 1b1ed96Copy full SHA for 1b1ed96
.github/workflows/test.yml
@@ -44,6 +44,13 @@ jobs:
44
cd example_pkg
45
./dev.py build
46
./dev.py test
47
+ - name: Patch Windows runner
48
+ if: matrix.os == 'windows-latest'
49
+ run: |
50
+ Remove-Item -Path C:\Strawberry -Recurse
51
+ Remove-Item -Path C:\ProgramData\Chocolatey\bin\gcc.exe
52
+ Remove-Item -Path C:\msys64 -Recurse -Force
53
+ Remove-Item -Path "C:\Program Files\LLVM" -Recurse
54
- name: Functional tests (other)
55
if: matrix.os != 'ubuntu-latest'
56
run: |
0 commit comments