Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install rust-src for 1.65.0 on CI
  • Loading branch information
obrok committed Dec 21, 2022
commit dce0aa62439d2ac94862af15ac7dd7a0802d53ce
4 changes: 4 additions & 0 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,10 @@ jobs:
crate: cargo-contract
version: "2.0.0-beta.1"

- name: Install rust-src
working-directory: ./contracts
run: rustup component add rust-src

- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
Expand Down