Skip to content

Commit

Permalink
revert runtime upgrade test
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev committed Jun 16, 2023
1 parent d2511a7 commit 97b20ac
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- name: init
run: |
sudo apt update
sudo apt install -y pkg-config libssl-dev protobuf-compiler
protoc --version
curl -s https://sh.rustup.rs -sSf | sh -s -- -y
source ${HOME}/.cargo/env
rustup toolchain install stable
rustup default stable
rustup update
rustup target add wasm32-unknown-unknown
- uses: actions/checkout@v2
- name: cache target dir
uses: actions/cache@v2
Expand All @@ -56,9 +45,10 @@ jobs:
srtool-target-${{ env.RUNTIME }}
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.7.0
uses: chevdor/srtool-actions@v0.4.0
with:
image: paritytech/srtool
tag: 1.66.1
chain: ${{ env.RUNTIME }}
- name: persist srtool digest
run: >
Expand Down

0 comments on commit 97b20ac

Please sign in to comment.