Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRevo3D authored Sep 8, 2024
1 parent bff7a63 commit ffee380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ffee380

Please sign in to comment.