Skip to content

Commit

Permalink
fix: ubuntu ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xkevio committed Jul 7, 2023
1 parent ce8cbb8 commit 4736e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
override: true

- name: Install needed dependency
run: sudo apt-get install -y librust-atk-dev libatk1.0-dev libgtk-3-dev
run: sudo apt-get install -y librust-atk-dev libatk1.0-dev libgtk-3-dev libasound2-dev libudev-dev

- name: Build
run: cargo build --workspace --release && strip target/release/kevboy && mv target/release/kevboy target/release/kevboy_amd64
Expand Down

0 comments on commit 4736e8c

Please sign in to comment.