From b7fefd0c02650168bc4124cfc687008e7297027f Mon Sep 17 00:00:00 2001 From: Fledge68 Date: Fri, 26 May 2023 16:31:38 -0500 Subject: [PATCH] - CI update #4 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f922d8cf..15b67dfb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,8 +24,8 @@ jobs: wget "https://wii.leseratte10.de/devkitPro/file.php/devkitPPC-r42.2-1-linux_x86_64.pkg.tar.zst" wget "https://wii.leseratte10.de/devkitPro/file.php/devkitppc-rules-1.1.1-1-any.pkg.tar.xz" wget "https://wii.leseratte10.de/devkitPro/file.php/libogc-2.4.0-1-any.pkg.tar.zst" - wget "https://wii.leseratte10.de/devkitPro/file.php/general-tools-1.2.0-3-windows_x86_64.pkg.tar.xz" - wget "https://wii.leseratte10.de/devkitPro/file.php/gamecube-tools-1.0.4-1-linux_x86_64.pkg.tar.xz" + wget "https://wii.leseratte10.de/devkitPro/file.php/general-tools-1.2.0-2-linux_x86_64.pkg.tar.xz" + wget "https://wii.leseratte10.de/devkitPro/file.php/gamecube-tools-1.0.3-1-linux_x86_64.pkg.tar.xz" cd .. - name: Extract downloaded files @@ -34,8 +34,8 @@ jobs: tar -xf cache/devkitPPC-r42.2-1-linux_x86_64.pkg.tar.zst --strip-components=1 tar -xf cache/devkitppc-rules-1.1.1-1-any.pkg.tar.xz --strip-components=1 tar -xf cache/libogc-2.4.0-1-any.pkg.tar.zst --strip-components=1 - tar -xf cache/general-tools-1.2.0-3-windows_x86_64.pkg.tar.xz --strip-components=1 - tar -xf cache/gamecube-tools-1.0.4-1-linux_x86_64.pkg.tar.xz --strip-components=1 + tar -xf cache/general-tools-1.2.0-2-linux_x86_64.pkg.tar.xz --strip-components=1 + tar -xf cache/gamecube-tools-1.0.3-1-linux_x86_64.pkg.tar.xz --strip-components=1 - name: Compile run: |