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.
df
1 parent 1f38756 commit 7f8d3d0Copy full SHA for 7f8d3d0
.github/workflows/ci.yml
@@ -37,9 +37,6 @@ jobs:
37
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
38
rustup component add rust-src --toolchain stable-aarch64-apple-darwin
39
40
- - run: df
41
- if: contains(matrix.os, 'macos')
42
-
43
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
44
- name: Free Disk Space (Ubuntu)
45
if: contains(matrix.os, 'ubuntu')
@@ -71,9 +68,6 @@ jobs:
71
68
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
72
69
timeout-minutes: 15
73
70
74
75
76
77
build-docker:
78
runs-on: ubuntu-latest
79
steps:
0 commit comments