Skip to content

Commit

Permalink
Install cargo-near binary in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Dec 13, 2024
1 parent fb9fe04 commit 2efaaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: rustfmt, clippy

- name: Install cargo-near
run: cargo install cargo-near
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.12.2/cargo-near-installer.sh | sh"

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 2efaaa4

Please sign in to comment.