Skip to content

Commit

Permalink
ci-checks: use correct rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Apr 5, 2023
1 parent 53434e9 commit 0cfe7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/joystream-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: env.GIT_DIFF
- name: OnRuntimeUpgrade (try-runtime)
run: |
cargo build --release --features try-runtime
cargo +nightly-2022-11-15 build --release --features try-runtime
RUST_LOG=info,runtime=debug ./target/release/joystream-node try-runtime \
--runtime ./target/release/wbuild/joystream-node-runtime/joystream_node_runtime.compact.compressed.wasm \
on-runtime-upgrade \
Expand Down

0 comments on commit 0cfe7e5

Please sign in to comment.