Skip to content

Commit

Permalink
ci: use winehq-devel
Browse files Browse the repository at this point in the history
Use winehq-devel since stable is not on the Noble repo.
  • Loading branch information
alive4ever committed Jan 31, 2025
1 parent 27780a3 commit 75eedc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
wget -O - https://dl.winehq.org/wine-builds/ubuntu/dists/"$DIST_CODENAME"/winehq-"$DIST_CODENAME".sources | sudo dd of=/etc/apt/sources.list.d/winehq-"$DIST_CODENAME".sources
sudo apt update
sudo apt upgrade -y
sudo apt install -y --install-recommends winehq-stable p7zip p7zip-full
sudo apt install -y --install-recommends winehq-devel p7zip p7zip-full
echo "Wine and 7zip is installed"
- name: Preparing repository
id: repository-preparation
Expand Down

0 comments on commit 75eedc9

Please sign in to comment.