Skip to content

Commit

Permalink
downdgrade rustc for srtool
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 21, 2024
1 parent 0d0da78 commit 4e246a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
uses: chevdor/[email protected]
with:
chain: ${{ matrix.runtime }}
# todo: remove this again as soon as srtool is released for latest stable
tag: 1.74.0
runtime_dir: polkadot-parachains/${{ matrix.runtime }}-runtime

- name: Summary
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://stackoverflow.com/questions/75955457/substrate-node-template-cannot-create-a-runtime-error-othercannot-deserialize
[toolchain]
channel = "nightly-2023-10-01"
channel = "nightly-2023-11-01"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 4e246a7

Please sign in to comment.