diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8f3e6788..91372591 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -51,7 +51,10 @@ jobs: set -x -u source /etc/os-release - sudo apt-get update + # Unlock 32bit architecture (for Wine further down) + sudo dpkg --add-architecture i386 # for wine32 + sudo apt-get update # due to new architecture + sudo apt-get install --yes --no-install-recommends -V \ cmake \ docbook2x \ @@ -64,8 +67,6 @@ jobs: moreutils # Install 32bit Wine - sudo dpkg --add-architecture i386 # for wine32 - sudo apt-get update # due to new architecture sudo apt-get install --yes --no-install-recommends -V \ mingw-w64 \ wine-stable \