Skip to content

Commit fcc931e

Browse files
authored
fix CI, the 4th
1 parent 6ddc5c1 commit fcc931e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
profile: minimal
2020
toolchain: stable
2121
- name: install dependencies
22-
run: sudo apt install libwayland-dev libasound2-dev
22+
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
2323
- uses: actions-rs/cargo@v1
2424
with:
2525
command: check
@@ -35,7 +35,7 @@ jobs:
3535
profile: minimal
3636
toolchain: stable
3737
- name: install dependencies
38-
run: sudo apt install libwayland-dev libasound2-dev
38+
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
3939
- uses: actions-rs/cargo@v1
4040
with:
4141
command: test
@@ -51,7 +51,7 @@ jobs:
5151
profile: minimal
5252
toolchain: stable
5353
- name: install dependencies
54-
run: sudo apt install libwayland-dev libasound2-dev
54+
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
5555
- uses: actions-rs/cargo@v1
5656
with:
5757
command: fmt
@@ -67,7 +67,7 @@ jobs:
6767
profile: minimal
6868
toolchain: stable
6969
- name: install dependencies
70-
run: sudo apt install libwayland-dev libasound2-dev
70+
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
7171
- uses: actions-rs/cargo@v1
7272
with:
7373
command: clippy

0 commit comments

Comments
 (0)