Skip to content

Commit a16d126

Browse files
add unzip dep
1 parent 22bdb96 commit a16d126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
add-apt-repository ppa:git-core/ppa -y
3131
apt update
3232
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
33+
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
3434
3535
- name: Build and install CMake 3.31.6
3636
run: |

0 commit comments

Comments
 (0)