Skip to content

Commit

Permalink
fix switch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Feb 4, 2024
1 parent 125395a commit 1dca54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Configure
run: |
. /opt/devkitpro/switchvars.sh \
. /opt/devkitpro/switchvars.sh && \
mkdir _build && cd _build \
../configure --host=aarch64-none-elf \
--prefix=switch-sdl2 \
Expand Down

0 comments on commit 1dca54f

Please sign in to comment.