Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arayikhalatyan committed Dec 18, 2024
1 parent 69aea5d commit 5dc7a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install solc # svm should support arm64 linux
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version

- name: Install architecture specific tools
- name: Install tools
run: |
rustup component add rust-src --toolchain nightly-2024-10-30
Expand Down

0 comments on commit 5dc7a96

Please sign in to comment.