Skip to content

Commit

Permalink
Implement wine workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Dec 9, 2024
1 parent 5d0a7cb commit b26d43c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
wine \
python3 \
build-essential
- name: Install Wine
shell: bash
- run: |
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings && 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
sudo apt-get update
sudo apt install --install-recommends winehq-stable
- name: Build US Landstalker ROM
working-directory: ${{github.workspace}}/landstalker_disasm
shell: bash
Expand Down

0 comments on commit b26d43c

Please sign in to comment.