Skip to content

Commit

Permalink
chore: update apt repostiory of wine to lunar
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Oct 14, 2024
1 parent e0e3ec1 commit f3e0a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ lunar main'
sudo apt-get update
sudo apt install -y winehq-stable
- name: Build
Expand Down

0 comments on commit f3e0a84

Please sign in to comment.