Skip to content

Commit

Permalink
Add ubuntu deps to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCharlton committed Sep 3, 2023
1 parent c045667 commit 8fd2fcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
- name: Setup | Install Deps
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install -y libxcursor-dev libasound2-dev libjack-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-icccm4-dev libxcb-ewmh-dev
- name: Setup | Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8fd2fcf

Please sign in to comment.