Skip to content

Commit c38b507

Browse files
authored
fix CI, the 2nd
Replaced 'libwayland-client0' with 'libwayland-dev' in dependency installation steps.
1 parent 1300ce9 commit c38b507

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-client0
22+
run: sudo apt install libwayland-dev
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-client0
38+
run: sudo apt install libwayland-dev
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-client0
54+
run: sudo apt install libwayland-dev
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-client0
70+
run: sudo apt install libwayland-dev
7171
- uses: actions-rs/cargo@v1
7272
with:
7373
command: clippy

0 commit comments

Comments
 (0)