Skip to content

Commit

Permalink
linux needs libwayland-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Aug 13, 2023
1 parent e7b4fb1 commit f63683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get -y update
sudo apt-get -y install clang libxkbcommon-x11-dev pkg-config libvulkan-dev
sudo apt-get -y install clang libwayland-dev libxkbcommon-x11-dev pkg-config libvulkan-dev
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit f63683d

Please sign in to comment.