Skip to content

Commit 57a0bff

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

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
@@ -95,13 +95,17 @@ jobs:
9595
- name: All but Windows, cargo test --workspace
9696
if : matrix.os != 'windows-latest'
9797
run: cargo test --workspace
98-
- name: Windows, set EMSDK and run cargo test
99-
if : matrix.os == 'windows-latest'
98+
- name: Windows, create more space
10099
run: |
101100
Get-PSDrive
102101
docker image prune --all --force
103102
rm -Force -Recurse $env:ANDROID_HOME
104103
Get-PSDrive
104+
shell: powershell
105+
if : matrix.os == 'windows-latest'
106+
- name: Windows, set EMSDK and run cargo test
107+
if : matrix.os == 'windows-latest'
108+
run: |
105109
source ./emsdk-main/emsdk_env.sh
106110
cargo test --workspace
107111
- run: cargo build

0 commit comments

Comments
 (0)