Skip to content

Commit

Permalink
Install rust and cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 14, 2024
1 parent e775c71 commit 8f12e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
with:
submodules: recursive
ref: 'v1.7.4'
- name: install cargo
run: |
rustup toolchain install 1.68.2-x86_64-unknown-linux-gnu
- name: Install dependencies and build
run: |
TARGET_NET="stagenet"
Expand Down

0 comments on commit 8f12e6a

Please sign in to comment.