Skip to content

Commit 1bcdb80

Browse files
committed
add clean up step
1 parent c6508d3 commit 1bcdb80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
chmod +x ./python-wasm-sdk.sh
4949
bash -c "./python-wasm-sdk.sh"
5050
51+
- name: Clean up
52+
run: |
53+
rm /tmp/sdk/emsdk.tar
54+
5155
- name: Upload sdk to Github artifacts
5256
uses: actions/[email protected]
5357
with:

0 commit comments

Comments
 (0)