Skip to content

Commit

Permalink
Try something else for wine (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Dec 24, 2020
1 parent 8acb6b4 commit ba2d133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
- name: Install Linux dependencies
run: |
sudo apt install --no-install-recommends -y libopenjp2-tools rpm gcc-multilib g++-multilib
sudo add-apt-repository -r 'deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main'
sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
sudo apt update && sudo apt install --install-recommends winehq-stable
sudo apt-get update
sudo apt-get install wine wine32
- name: Install production dependencies
run: npm ci
Expand Down

0 comments on commit ba2d133

Please sign in to comment.