Skip to content

Commit 7ccd21f

Browse files
committed
Derp fix (Part 3)
1 parent 2234b73 commit 7ccd21f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Build
4242
id: build
4343
run: |
44+
export DEVKITPRO=/opt/devkitpro
45+
export DEVKITARM=$DEVKITPRO/devkitARM
46+
4447
make all dsi
4548
4649
sudo mv tools-osx/make_cia /usr/local/bin

0 commit comments

Comments
 (0)