Browse Source

t4

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

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

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


Loading…
Cancel
Save