Skip to content

Commit

Permalink
fix linux build deps command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez committed Jan 30, 2025
1 parent 895b960 commit 226d3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install x86_64 linux dependencies
if: ${{ matrix.job.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libudev-dev pkg-config libssl-dev
- name: Install MacOS dependencies
if: ${{ matrix.job.os == 'macos-latest' }}
Expand Down

0 comments on commit 226d3ca

Please sign in to comment.