Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyZac authored Jul 2, 2024
1 parent f4d3546 commit 7c5b319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Setup build environment
run: |
sudo apt-get install wine-stable binutils-mips-linux-gnu
scripts/setup_progd_linux.sh
curl -o disc/SCUS_971.98 "${{ secrets.FILE_URL }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The `scripts` directory contains scripts for setting up the build environment on

#### Linux/WSL

**Prerequisites**: `git`, `make`, `wine-stable`, `p7zip-full`, `binutils-mips-linux-gnu`
**Prerequisites**: `git`, `wine-stable`, `binutils-mips-linux-gnu`

```bash
cd scripts
Expand Down

0 comments on commit 7c5b319

Please sign in to comment.