We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fd39b commit 1882beaCopy full SHA for 1882bea
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
if: matrix.os == 'ubuntu-latest'
51
run: |
52
sudo apt update
53
- sudo apt install gcc-mingw-w64-x86-64 musl musl-tools gcc-aarch64-linux-gnu
+ sudo apt install gcc-mingw-w64-x86-64 musl musl-tools gcc-aarch64-linux-gnu libwayland-dev
54
curl https://apt.llvm.org/llvm.sh | sudo bash -s 17
55
56
- name: Install Rust cache
0 commit comments