Skip to content

Commit 4aa3043

Browse files
Fix syntax for installing Linux dependencies
1 parent 38374f6 commit 4aa3043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
toolchain: stable
1818
- name: install linux deps
1919
run: >
20-
sudo apt-get update
21-
sudo apt-get install --no-install-recommends libwayland-dev libxkbcommon-dev libx264-164 libx264-dev
20+
sudo apt-get update;
21+
sudo apt-get install --no-install-recommends libwayland-dev libxkbcommon-dev libx264-164 libx264-dev;
2222
- run: cargo test

0 commit comments

Comments
 (0)