Skip to content

Commit

Permalink
ci: fix srtool fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jul 5, 2024
1 parent 595b275 commit d90644b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ jobs:
# BUILD
- name: Run srtool # https://docs.substrate.io/reference/command-line-tools/srtool/
run: >
docker run --rm --user root --platform=linux/amd64 \
-e PACKAGE=${{ matrix.package }} \
-e BUILD_OPTS="on-chain-release-build" \
-v /home/runner/.cargo:/cargo-home \
-v ${{ github.workspace }}:/build \
paritytech/srtool:1.77.0-0.15.0 \
docker run --rm --user root --platform=linux/amd64
-e PACKAGE=${{ matrix.package }} -e BUILD_OPTS="on-chain-release-build" -v /home/runner/.cargo:/cargo-home
-v ${{ github.workspace }}:/build paritytech/srtool:1.77.0-0.15.0
/srtool/build --app
# Alternative way of running SRTool that allows for "script-like" execution,
Expand Down

0 comments on commit d90644b

Please sign in to comment.