Skip to content

Commit 4ce2a0f

Browse files
committed
Test vcpkg fix
Signed-off-by: Vitalii Koshura <[email protected]>
1 parent 8125700 commit 4ce2a0f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/vcpkg_test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)