Skip to content

Commit bba722e

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

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
@@ -81,13 +81,17 @@ jobs:
8181
- name: All but Windows, cargo test --workspace
8282
if : matrix.os != 'windows-latest'
8383
run: cargo test --workspace
84-
- name: Windows, set EMSDK and run cargo test
85-
if : matrix.os == 'windows-latest'
84+
- name: Windows, create more space
8685
run: |
8786
Get-PSDrive
8887
docker image prune --all --force
8988
rm -Force -Recurse $env:ANDROID_HOME
9089
Get-PSDrive
90+
shell: powershell
91+
if : matrix.os == 'windows-latest'
92+
- name: Windows, set EMSDK and run cargo test
93+
if : matrix.os == 'windows-latest'
94+
run: |
9195
source ./emsdk-main/emsdk_env.sh
9296
cargo test --workspace
9397
- run: cargo build

0 commit comments

Comments
 (0)