Skip to content

Commit

Permalink
Force rust version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Aug 5, 2024
1 parent aa7b269 commit df1236c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
submodules: recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-02-04
- name: Install solana-verify from crates.io
uses: baptiste0928/cargo-install@v3
with:
Expand All @@ -77,6 +79,7 @@ jobs:
with:
crate: anchor-cli
version: "0.30.1"
# args: "--locked"
- name: install solana toolsuite
run: sh -c "$(curl -sSfL https://release.solana.com/v1.18.11/install)"
- name: add to path
Expand Down

0 comments on commit df1236c

Please sign in to comment.