File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,20 @@ jobs:
5454 run : |
5555 sudo dpkg --add-architecture i386
5656 wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
57- sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
58- sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
57+ sudo dpkg --add-architecture i386
58+
59+ sudo mkdir -pm755 /etc/apt/keyrings
60+ wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
61+ wget -O /etc/apt/sources.list.d/winehq-noble.sources https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
62+
5963 sudo apt-get update
60- sudo apt-get -y install build-essential uuid-dev clang llvm iasl nasm gcc-aarch64-linux-gnu abootimg python3-pil python3-git gettext libgcc-s1:i386 libstdc++6:i386
61- sudo apt-get install --install-recommends winehq-stable
64+
65+ sudo apt-get -y install \
66+ build-essential uuid-dev clang llvm iasl nasm gcc-aarch64-linux-gnu \
67+ abootimg python3-pil python3-git gettext \
68+ libgcc-s1:i386 libstdc++6:i386
69+
70+ sudo apt-get install --install-recommends winehq-stable -y
6271
6372 - name : Build an image for ${{ matrix.device }}
6473 run : |
You can’t perform that action at this time.
0 commit comments