Skip to content

Commit

Permalink
fix(ci): install development package
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 23, 2023
1 parent 451fb43 commit 9049c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y \
--no-install-recommends \
--allow-unauthenticated \
libasound2 \
libasound2-dev \
pkg-config
- name: Install Rust toolchain
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
sudo apt-get install -y \
--no-install-recommends \
--allow-unauthenticated \
libasound2 \
libasound2-dev \
pkg-config
- name: Install Rust toolchain
Expand Down

0 comments on commit 9049c68

Please sign in to comment.