Skip to content

Commit 216fc84

Browse files
committed
run clean up on powershell
Signed-off-by: James Sturtevant <[email protected]>
1 parent 0679cb2 commit 216fc84

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,17 @@ jobs:
7979
- name: All but Windows, cargo test --workspace
8080
if : matrix.os != 'windows-latest'
8181
run: cargo test --workspace
82-
- name: Windows, set EMSDK and run cargo test
83-
if : matrix.os == 'windows-latest'
82+
- name: Windows, create more space
8483
run: |
8584
Get-PSDrive
8685
docker image prune --all --force
8786
rm -Force -Recurse $env:ANDROID_HOME
8887
Get-PSDrive
88+
shell: powershell
89+
if : matrix.os == 'windows-latest'
90+
- name: Windows, set EMSDK and run cargo test
91+
if : matrix.os == 'windows-latest'
92+
run: |
8993
source ./emsdk-main/emsdk_env.sh
9094
cargo test --workspace
9195
- run: cargo build

0 commit comments

Comments
 (0)