From 1447e128cfb7447d36d9e26884a360f60db8c231 Mon Sep 17 00:00:00 2001 From: israpps <57065102+israpps@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:46:32 -0300 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 108f44f7..744b01c3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -17,7 +17,7 @@ jobs: eth: ["ETH=0", "ETH=1"] bdmstuff: ["EXFAT=0", "EXFAT=1", "EXFAT=1 MX4SIO=1"] ds34: ["DS34=0", "DS34=1"] - coh: ["COH=0", "COH=1 SIO_DEBUG=1"] + coh: ["COH=0", "COH=1"] exclude: - bdmstuff: "EXFAT=1 MX4SIO=1" coh: "COH=1" @@ -36,7 +36,7 @@ jobs: - name: Compile wLaunchELF run: | - make rebuild ${{ matrix.coh }} ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }} + make rebuild SIO_DEBUG=1 ${{ matrix.coh }} ${{ matrix.eth }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }} - name: Upload variants artifact ELF uses: actions/upload-artifact@v3