diff options
author | red031000 <rubenru09@aol.com> | 2021-05-06 17:50:39 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-05-06 17:50:39 +0100 |
commit | 9b1ff9741320cc4013ade1e26f3bd3436948c473 (patch) | |
tree | 088129bbedca1b257fd97545a4a4aae5f76c406a | |
parent | ce01c38a0b50b38c1a9629c5bcd35acd099a7f30 (diff) |
try something a bit different
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 551c0057..74303ad6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Update and Install Software @@ -24,8 +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 libmount1:i386 libpcre3:i386 libselinux1:i386 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 + sudo apt -y --allow-downgrades install --install-recommends winehq-stable - name: Checkout Repo uses: actions/checkout@v2 - name: Setup Repo |