Skip to content

Commit

Permalink
add pkgconfig setup to fd job
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Dec 16, 2024
1 parent 3028f61 commit 7655a47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ jobs:
cargo-cache-fallback-key: cargo-programs
solana: true

- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev pkg-config
- name: Restore Program Builds
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 7655a47

Please sign in to comment.