From 3aea1d5eac8ed6f7d2e0ed78f6c493cde0a15051 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 17 May 2023 19:25:12 +0200 Subject: [PATCH] t14 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 961a4d0..f2f4823 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,8 @@ jobs: dpkg -l sudo dpkg --add-architecture i386 sudo apt-get update -qq - sudo apt-get install libicu70:i386 libstdc++6:i386 --allow-downgrades - # libc6:i386 libgcc-s1:i386 + sudo apt-get install libicu70:i386 libc6:i386 libstdc++6:i386 --allow-downgrades + # libgcc-s1:i386 - name: Set up dependencies (win32) if: ${{ matrix.target == 'win32' }} run: |