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 9006c2b commit 57a0bffCopy full SHA for 57a0bff
.github/workflows/main.yml
@@ -95,13 +95,17 @@ jobs:
95
- name: All but Windows, cargo test --workspace
96
if : matrix.os != 'windows-latest'
97
run: cargo test --workspace
98
- - name: Windows, set EMSDK and run cargo test
99
- if : matrix.os == 'windows-latest'
+ - name: Windows, create more space
100
run: |
101
Get-PSDrive
102
docker image prune --all --force
103
rm -Force -Recurse $env:ANDROID_HOME
104
+ shell: powershell
105
+ if : matrix.os == 'windows-latest'
106
+ - name: Windows, set EMSDK and run cargo test
107
108
+ run: |
109
source ./emsdk-main/emsdk_env.sh
110
cargo test --workspace
111
- run: cargo build
0 commit comments