Skip to content

Commit

Permalink
Use Wine from Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Oct 9, 2024
1 parent 3b87db3 commit 4309902
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ jobs:

- name: Install Wine
run: |
sudo dpkg --add-architecture i386
sudo sh -c "curl https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor > /etc/apt/trusted.gpg.d/winehq.gpg"
sudo sh -c "apt-add-repository \"https://dl.winehq.org/wine-builds/ubuntu\""
sudo apt update
echo "/opt/wine-staging/bin" >> $GITHUB_PATH
sudo apt install -y --install-recommends wine-staging
sudo apt install -y --install-recommends wine64
- name: Install required packages
shell: bash
Expand Down

0 comments on commit 4309902

Please sign in to comment.