Browse Source

t14

ci-tests
falkTX 2 years ago
parent
commit
3aea1d5eac
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@@ -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: |


Loading…
Cancel
Save