Skip to content

Commit c669712

Browse files
committed
add missing dependencies for vcpkg build pipeline
1 parent 41029bc commit c669712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-client-vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
sudo apt remove --yes man-db
8585
sudo apt update
8686
sudo apt install -y --no-install-recommends \
87+
autoconf autoconf-archive automake libtool nasm \
8788
libasound2-dev \
8889
libgl1-mesa-dev \
8990
libjack-dev \
@@ -92,7 +93,6 @@ jobs:
9293
libxrandr-dev \
9394
libxrender-dev \
9495
libxxf86vm-dev \
95-
nasm \
9696
libmsquic
9797
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic.h
9898
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic_posix.h

0 commit comments

Comments
 (0)