File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -226,15 +226,8 @@ jobs:
226226 - name : Install x86 dependencies
227227 if : ${{ matrix.triplet == 'x86-linux' }}
228228 run : |
229- sudo sed -i 's|priority:1|priority:100|' /etc/apt/apt-mirrors.txt
230- sudo apt-add-repository universe
231- sudo apt-add-repository main
232- sudo apt-add-repository restricted
233- sudo apt-add-repository multiverse
234- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
235- echo "deb http://deb.debian.org/debian bookworm main" | sudo tee /etc/apt/sources.list.d/debian.list
236229 sudo apt-get update
237- sudo apt-get install -y g++-multilib gcc-multilib g++-i686-linux-gnu
230+ sudo apt-get install -y g++-multilib gcc-multilib
238231
239232 - name : Install arm dependencies
240233 if : ${{ matrix.triplet == 'arm-linux' }}
@@ -265,7 +258,8 @@ jobs:
265258
266259 - name : Set up vcpkg
267260 run : |
268- git clone https://github.com/microsoft/vcpkg.git
261+ git clone https://github.com/AenBleidd/vcpkg.git
262+ git -C vcpkg checkout origin/vko_fix_x86-linux_build
269263 ./vcpkg/bootstrap-vcpkg.sh
270264
271265 - name : Prepare build
You can’t perform that action at this time.
0 commit comments