We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeec929 commit 1b46a93Copy full SHA for 1b46a93
.github/workflows/ci-lazer-solana-contract.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Create Solana key
44
run: solana-keygen new --no-bip39-passphrase
45
- name: Install Anchor
46
- run: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
+ run: |
47
+ rustup install 1.79.0
48
+ RUSTFLAGS= cargo +1.79.0 install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
49
- name: Run anchor tests
50
run: pnpm run test:anchor
0 commit comments