Skip to content

Commit 2713263

Browse files
committed
instal libudev
1 parent 926f39c commit 2713263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123

124124
- name: Install Anchor CLI
125125
if: steps.cache-anchor.outputs.cache-hit != 'true'
126-
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.32.1 anchor-cli --locked
126+
run: |
127+
apt-install libudev-dev
128+
cargo install --git https://github.com/coral-xyz/anchor --tag v0.32.1 anchor-cli --locked
127129
128130
- name: Setup node
129131
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)