Skip to content

Commit

Permalink
Export path
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 25, 2024
1 parent 5be4747 commit 1f4bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
ref: 'v1.7.4'
- name: install cargo
run: |
export PATH=$PATH:$HOME/.cargo:§HOME/.cargo:bin
rustup toolchain install 1.68.2-x86_64-unknown-linux-gnu
rustup default 1.68.2
export PATH=$PATH:$HOME/.cargo:§HOME/.cargo:bin
- name: Install dependencies and build
run: |
TARGET_NET="stagenet"
Expand Down

0 comments on commit 1f4bacc

Please sign in to comment.