mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-17 04:11:02 +00:00
@@ -37,9 +37,6 @@ jobs:
|
|||||||
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
|
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
|
||||||
rustup component add rust-src --toolchain stable-aarch64-apple-darwin
|
rustup component add rust-src --toolchain stable-aarch64-apple-darwin
|
||||||
|
|
||||||
- run: df
|
|
||||||
if: contains(matrix.os, 'macos')
|
|
||||||
|
|
||||||
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
|
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
@@ -71,9 +68,6 @@ jobs:
|
|||||||
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
|
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
||||||
- run: df
|
|
||||||
if: contains(matrix.os, 'macos')
|
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user