Skip to content

Commit

Permalink
ci: install deps unconditionally in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 4, 2024
1 parent f6f8dc4 commit 5c73b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
with:
tool: trunk
# Install linux dependencies
# aarch64 will rely on cross image pre-build
- if: startsWith(matrix.os, 'ubuntu') && !startsWith(matrix.os, 'aarch64')
- if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install -y libudev-dev libasound2-dev libssl-dev libfuse2
Expand Down

0 comments on commit 5c73b48

Please sign in to comment.