Skip to content

Commit

Permalink
s/focal/jammy/.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Feb 18, 2024
1 parent d1665b7 commit 65d84cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_maxima64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
# 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 sed -i s@/usr/share/keyrings/@/etc/apt/keyrings/@ /etc/apt/sources.list.d/winehq-jammy.sources
sudo apt-get update
sudo apt-get install -y --install-recommends winehq-stable
- name: configure compiler
Expand Down

0 comments on commit 65d84cb

Please sign in to comment.