Skip to content

Commit

Permalink
Try wine-devel instead as it might be more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw authored Nov 24, 2024
1 parent 26cb1c8 commit 915c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
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-get update
echo "/opt/wine-staging/bin" >> $GITHUB_PATH
sudo apt install -y --install-recommends wine-staging
#echo "/opt/wine-staging/bin" >> $GITHUB_PATH
sudo apt install -y --install-recommends winehq-devel
#sudo apt install -y --install-recommends wine64 wine32
- name: Install required packages
Expand Down

0 comments on commit 915c16f

Please sign in to comment.