We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41029bc commit c669712Copy full SHA for c669712
.github/workflows/build-client-vcpkg.yml
@@ -84,6 +84,7 @@ jobs:
84
sudo apt remove --yes man-db
85
sudo apt update
86
sudo apt install -y --no-install-recommends \
87
+ autoconf autoconf-archive automake libtool nasm \
88
libasound2-dev \
89
libgl1-mesa-dev \
90
libjack-dev \
@@ -92,7 +93,6 @@ jobs:
92
93
libxrandr-dev \
94
libxrender-dev \
95
libxxf86vm-dev \
- nasm \
96
libmsquic
97
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic.h
98
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic_posix.h
0 commit comments