Skip to content

Commit dd1bd5c

Browse files
committed
add required system package dependencies to pipeline
1 parent efb7cfd commit dd1bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-compile-client-vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
sudo apt update
5757
sudo apt install --yes \
58-
autoconf autoconf-archive automake libtool nasm libltdl-dev libxi-dev libxtst-dev \
58+
autoconf autoconf-archive automake libtool nasm libltdl-dev libxi-dev libxtst-dev linux-libc-dev \
5959
libasound2-dev \
6060
libgl1-mesa-dev \
6161
libjack-dev \

0 commit comments

Comments
 (0)