Skip to content

Commit af67e9c

Browse files
committed
add pkconfig setup to fd job
1 parent 9124dd1 commit af67e9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156
cargo-cache-fallback-key: cargo-programs
157157
solana: true
158158

159+
- name: Install System Dependencies
160+
run: |
161+
apt-get update
162+
apt-get install -y libudev-dev pkg-config
163+
159164
- name: Restore Program Builds
160165
uses: actions/cache/restore@v4
161166
with:

0 commit comments

Comments
 (0)