Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manankarnik committed Jan 6, 2024
1 parent eeb0b45 commit c303cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev librust-atk-dev libgtk-3-dev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev librust-atk-dev libgtk-3-dev libegl-dev
- name: Run cargo test
run: cargo test

Expand Down

0 comments on commit c303cf3

Please sign in to comment.