Skip to content

Commit

Permalink
fix(ci): install required packages for lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 23, 2023
1 parent 355072a commit aa90259
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
--no-install-recommends \
--allow-unauthenticated \
libasound2 \
pkg-config
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit aa90259

Please sign in to comment.