From 6d284d446190da796b635c9c922b5b1bd2b2270e Mon Sep 17 00:00:00 2001 From: Mark Street <22226349+mkst@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:30:18 +0000 Subject: [PATCH] Update link to gc/wii compilers (#72) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e890bce..2d19f32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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