File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments