Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Add dependency
  • Loading branch information
Moeweb647252 authored Sep 23, 2024
1 parent b6e08bd commit bc9f243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libdbus-1-dev
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libdbus-1-dev lld clang llvm
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit bc9f243

Please sign in to comment.