Skip to content

Commit 596ed98

Browse files
committed
fix(ci): add libx11-dev dependency for Linux builds in GitHub Actions workflow
1 parent faf92ef commit 596ed98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Linux dependencies
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install -y libwayland-dev libxkbcommon-dev
36+
sudo apt-get install -y libwayland-dev libxkbcommon-dev libx11-dev
3737
3838
- name: Build
3939
run: cargo build --release

0 commit comments

Comments
 (0)