diff options
author | red031000 <rubenru09@aol.com> | 2021-05-06 17:19:21 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-05-06 17:19:21 +0100 |
commit | 43bf89ddd18037b763d5cde3492278ebc65adaa3 (patch) | |
tree | 76bdb5551793198ee7e262c4bcccde5259e72d6c | |
parent | 24ac84f8e4b4afafc8c0ed97d80cbdb2ee156c80 (diff) |
attempt #2
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ed87df..cb86b6d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main" - sudo apt -y --allow-downgrades install --install-recommends wine-stable winehq-stable + sudo apt -y --allow-downgrades install --install-recommends wine-stable-i386 wine-stable winehq-stable - name: Checkout Repo uses: actions/checkout@v2 - name: Setup Repo |