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 dbfee58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ 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 wine-stable
- name: Setup build environment
run: |
sudo apt-get install wine-stable binutils-mips-linux-gnu
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 dbfee58

Please sign in to comment.