Skip to content

Commit ded3db7

Browse files
committed
chore(lazer): add locked to anchor install in CI
1 parent eeec929 commit ded3db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Create Solana key
4444
run: solana-keygen new --no-bip39-passphrase
4545
- name: Install Anchor
46-
run: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
46+
run: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
4747
- name: Run anchor tests
4848
run: pnpm run test:anchor

0 commit comments

Comments
 (0)