mirror of
https://github.com/XorTroll/uLaunch
synced 2025-02-16 20:48:28 +00:00
Small workflows fix
This commit is contained in:
parent
7d63ccbd02
commit
f833b3c537
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
export DEVKITARM=${DEVKITPRO}/devkitARM
|
||||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||||
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
||||||
make -j$
|
make -j
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue