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 f7c2e7e commit 2abf33dCopy full SHA for 2abf33d
.github/workflows/main.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Install Anchor CLI
125
if: steps.cache-anchor.outputs.cache-hit != 'true'
126
run: |
127
- apt install libudev-dev
+ sudo apt install libudev-dev
128
cargo install --git https://github.com/coral-xyz/anchor --tag v0.32.1 anchor-cli --locked
129
130
- name: Setup node
0 commit comments