Skip to content

Commit 2d68ae6

Browse files
committed
remove dependency from pipeline that can be installed via package manager
1 parent 4bc7add commit 2d68ae6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,9 @@ jobs:
7777
- name: Dependencies Linux
7878
if: runner.os == 'Linux'
7979
run: |
80-
wget --quiet https://packages.microsoft.com/config/ubuntu/${{ matrix.ubuntu_version }}/packages-microsoft-prod.deb
81-
sudo dpkg -i packages-microsoft-prod.deb
82-
sudo apt update
83-
sudo apt remove --yes man-db
8480
sudo apt update
8581
sudo apt install -y --no-install-recommends \
86-
autoconf autoconf-archive automake libtool nasm \
87-
libasound2-dev \
88-
libgl1-mesa-dev \
89-
libjack-dev \
90-
libluabind-dev \
91-
libpulse-dev \
92-
libxrandr-dev \
93-
libxrender-dev \
94-
libxxf86vm-dev \
95-
libmsquic
96-
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic.h
97-
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/msquic_posix.h
98-
wget https://raw.githubusercontent.com/microsoft/msquic/main/src/inc/quic_sal_stub.h
99-
sudo mv msquic.h msquic_posix.h quic_sal_stub.h /usr/include/
82+
autoconf autoconf-archive automake libtool nasm
10083
10184
- id: vcpkg-cache
10285
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)