Skip to content

Commit

Permalink
Update link to gc/wii compilers (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst authored Mar 22, 2024
1 parent d71a902 commit 6d284d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
shell: bash
run: |
mv build_debug/wibo build/wibo_debug
wget -q https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip
unzip -q GC_WII_COMPILERS.zip
wget -q https://files.decomp.dev/compilers_latest.zip
unzip -q compilers_latest.zip
set -x
build/wibo_debug Wii/1.7/mwcceppc.exe -nodefaults -c test/test.c -Itest -o test_debug.o
file test_debug.o
Expand Down

0 comments on commit 6d284d4

Please sign in to comment.