mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-10 06:24:12 +00:00
Attempt to implement workflows x3
This commit is contained in:
parent
8cabf20554
commit
6ac337bee8
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -23,8 +23,7 @@ jobs:
|
|||
|
||||
- name: Compile
|
||||
run: |
|
||||
make -C libnx/
|
||||
make -j$(nproc) LIBNX=libnx/nx/
|
||||
make -j$(nproc) LIBNX=$PWD/libnx/nx/
|
||||
zip -r SdOut.zip SdOut
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
|
|
Loading…
Reference in a new issue