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 a5ae3d7 commit cd734d1Copy full SHA for cd734d1
.github/workflows/main.yml
@@ -22,7 +22,10 @@ jobs:
22
path: ../build-cache
23
key: ${{ runner.os }}-sccache-v3
24
- name: Build Linux installable archive
25
- run: ./utils/webassembly/ci.sh
+ run: |
26
+ ./utils/webassembly/ci.sh
27
+ echo "Cleanup build directory to free disk space"
28
+ rm -rf ../build
29
- name: Upload Linux installable archive
30
uses: actions/upload-artifact@v1
31
with:
0 commit comments