Skip to content

Commit

Permalink
Update Rust toolchain version + srtool/subwasm versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
firke committed Dec 2, 2021
1 parent b229239 commit 77be840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Runtime

env:
SRTOOL_IMG: paritytech/srtool
SRTOOL_VERSION: 1.56.1
SRTOOL_VERSION: 1.53.0
SUBWASM_VERSION: 0.16.1

on:
Expand Down Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Runtime build - ${{ matrix.chain }}
id: srtool_build
uses: chevdor/srtool-actions@master
# uses: ./.github/actions/srtool
with:
image: ${{ github.event.inputs.srtool_image || env.SRTOOL_IMG }}
tag: ${{ github.event.inputs.srtool_version || env.SRTOOL_VERSION }}
Expand Down

0 comments on commit 77be840

Please sign in to comment.