Skip to content

Commit

Permalink
Update wine setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyZac authored Jul 2, 2024
1 parent 7c5b319 commit 8441b2d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -25,9 +25,15 @@ jobs:
python -m pip install --upgrade pip
pip install -U -r requirements.txt
- name: Setup wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32
- name: Setup build environment
run: |
sudo apt-get install wine-stable binutils-mips-linux-gnu
sudo apt-get install binutils-mips-linux-gnu
scripts/setup_progd_linux.sh
curl -o disc/SCUS_971.98 "${{ secrets.FILE_URL }}"
Expand Down

0 comments on commit 8441b2d

Please sign in to comment.