Skip to content

Commit f3e0a84

Browse files
committed
chore: update apt repostiory of wine to lunar
1 parent e0e3ec1 commit f3e0a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo dpkg --add-architecture i386
4040
wget -nc https://dl.winehq.org/wine-builds/winehq.key
4141
sudo apt-key add winehq.key
42-
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
42+
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ lunar main'
4343
sudo apt-get update
4444
sudo apt install -y winehq-stable
4545
- name: Build

0 commit comments

Comments
 (0)