Browse Source

t15

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

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

@@ -36,8 +36,7 @@ jobs:
dpkg -l
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install libicu70:i386 libc6:i386 libstdc++6:i386 --allow-downgrades
# libgcc-s1:i386
sudo apt-get install libc6:i386 libgcc-s1:i386 libicu70:i386 libstdc++6:i386 --allow-downgrades
- name: Set up dependencies (win32)
if: ${{ matrix.target == 'win32' }}
run: |


Loading…
Cancel
Save