We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5f2ae commit f179483Copy full SHA for f179483
.github/workflows/rust.yml
@@ -16,6 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: Install stable toolchain
20
+ uses: dtolnay/rust-toolchain@stable
21
+ - name: Install Dependencies
22
+ run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
23
- name: Build
24
run: cargo build --verbose
25
- name: Run tests
0 commit comments