diff options
author | red031000 <rubenru09@aol.com> | 2021-05-06 17:22:48 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-05-06 17:22:48 +0100 |
commit | 0e1c0b7e685d67f4ee5133cf493500b99c846ebf (patch) | |
tree | c47ae95e30690474946c13ce6396d3cba9796810 | |
parent | 43bf89ddd18037b763d5cde3492278ebc65adaa3 (diff) |
attempt #3
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb86b6d0..9e90e1ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +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 libfaudio0:i386 libglib2.0-0:i386 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libodbc1:i386 sudo apt -y --allow-downgrades install --install-recommends wine-stable-i386 wine-stable winehq-stable - name: Checkout Repo uses: actions/checkout@v2 |