Skip to content

Commit

Permalink
Add missing rust dependencies to test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Sep 20, 2023
1 parent 6036e7d commit 8767519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust dependencies
run: |
rustup component add rust-src
- name: Download substrate-contracts-node
run: |
wget https://github.com/paritytech/substrate-contracts-node/releases/latest/download/substrate-contracts-node-linux.tar.gz -P ~/substrate-contracts-node
Expand Down

0 comments on commit 8767519

Please sign in to comment.