Skip to content

Commit

Permalink
chore(ci): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quangkeu95 committed Nov 29, 2023
1 parent 86bca26 commit 19f63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install anchor cli
run: npm install -g @coral-xyz/anchor-cli@{{ env.ANCHOR_CLI_VERSION }}
run: npm install -g @coral-xyz/anchor-cli@${{ env.ANCHOR_CLI_VERSION }}
- run: anchor build

0 comments on commit 19f63dd

Please sign in to comment.