Skip to content

Commit 7655a47

Browse files
committed
add pkgconfig setup to fd job
1 parent 3028f61 commit 7655a47

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+
sudo apt-get update
162+
sudo 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)