Skip to content

Commit

Permalink
[RSDK-9875] fix linux build deps command (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez authored Jan 31, 2025
1 parent 895b960 commit 8ded228
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 8ded228

Please sign in to comment.