From ffee38066691f72ab3eed1ac55936e04549e25c6 Mon Sep 17 00:00:00 2001 From: "Andrew M." Date: Mon, 9 Sep 2024 01:17:56 +0300 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dba9e446..d0bdd532 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -29,7 +29,6 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest, macos-13, ubuntu-latest] include: - os: windows-latest os_name: windows @@ -120,7 +119,7 @@ jobs: - name: Run Switch build if: matrix.os_name == 'switch' run: |- - tar -xvzf devkitpro.tgz -C /opt + tar -xvzf /opt/devkitpro.tgz -C /opt export DEVKITPRO=/opt/devkitpro export DEVKITARM=/opt/devkitpro/devkitARM export PATH="/opt/devkitpro/tools/bin:$PATH"