Skip to content

Commit f179483

Browse files
committed
Update CI
1 parent bb5f2ae commit f179483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
steps:
1818
- 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
1923
- name: Build
2024
run: cargo build --verbose
2125
- name: Run tests

0 commit comments

Comments
 (0)