Skip to content

Commit

Permalink
CI: add missed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 1, 2024
1 parent 242a336 commit 5c5d097
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
- name: SDK ${{ steps.sdk.outputs.version }} installed
run: which pdc && pdc --version

- name: Install deps
if: runner.os == 'Linux'
run: |
sudo apt install pkg-config -y
sudo apt install libudev-dev -y
- name: Publish
id: publisher
uses: katyo/publish-crates@v2
Expand Down

0 comments on commit 5c5d097

Please sign in to comment.