Skip to content

Commit b5a014d

Browse files
committed
Install Anchor prerequisites in publish.yml
1 parent 7bda91f commit b5a014d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
id-token: write # Required for OIDC token exchange
1515
steps:
1616
- uses: actions/checkout@v5
17+
- name: Install Anchor prerequisites
18+
run: sudo apt update && sudo apt install libudev-dev
1719
- uses: rust-lang/crates-io-auth-action@v1
1820
id: auth
1921
- run: cargo publish

0 commit comments

Comments
 (0)