diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e952f1c..1314d56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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