Skip to content

Commit a5ae3d7

Browse files
Revert "Debug showing disk free"
This reverts commit f75817a.
1 parent f75817a commit a5ae3d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
path: ../build-cache
2323
key: ${{ runner.os }}-sccache-v3
2424
- name: Build Linux installable archive
25-
run: |
26-
./utils/webassembly/ci.sh
27-
df -h
25+
run: ./utils/webassembly/ci.sh
2826
- name: Upload Linux installable archive
2927
uses: actions/upload-artifact@v1
3028
with:

0 commit comments

Comments
 (0)