We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeec929 commit ded3db7Copy full SHA for ded3db7
.github/workflows/ci-lazer-solana-contract.yml
@@ -43,6 +43,6 @@ 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: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
47
- name: Run anchor tests
48
run: pnpm run test:anchor
0 commit comments