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