Skip to content

Commit

Permalink
Add Winehq key problem workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Feb 18, 2024
1 parent b33771b commit 2ae052e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile_maxima64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
# already done: sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
# recommended on https://wiki.winehq.org/Ubuntu#Winehq_key_problems
sudo sed -i s@/usr/share/keyrings/@/etc/apt/keyrings/@ /etc/apt/sources.list.d/winehq-focal.sources
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install -y --install-recommends winehq-stable
Expand Down

0 comments on commit 2ae052e

Please sign in to comment.