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 ab61706 commit bba722eCopy full SHA for bba722e
.github/workflows/main.yml
@@ -81,13 +81,17 @@ jobs:
81
- name: All but Windows, cargo test --workspace
82
if : matrix.os != 'windows-latest'
83
run: cargo test --workspace
84
- - name: Windows, set EMSDK and run cargo test
85
- if : matrix.os == 'windows-latest'
+ - name: Windows, create more space
86
run: |
87
Get-PSDrive
88
docker image prune --all --force
89
rm -Force -Recurse $env:ANDROID_HOME
90
+ shell: powershell
91
+ if : matrix.os == 'windows-latest'
92
+ - name: Windows, set EMSDK and run cargo test
93
94
+ run: |
95
source ./emsdk-main/emsdk_env.sh
96
cargo test --workspace
97
- run: cargo build
0 commit comments