We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bdb96 commit a16d126Copy full SHA for a16d126
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
add-apt-repository ppa:git-core/ppa -y
31
apt update
32
apt install -y wget curl git build-essential ca-certificates libssl-dev
33
- apt install -y libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
+ apt install -y unzip libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
34
35
- name: Build and install CMake 3.31.6
36
run: |
0 commit comments