mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-10 06:24:12 +00:00
Update main.yml
This commit is contained in:
parent
35f8c794bf
commit
f2a6c6a3d7
1 changed files with 3 additions and 7 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Update repo.
|
||||
- name: Update repo
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
@ -19,17 +19,13 @@ jobs:
|
|||
sudo dpkg -i devkitpro-pacman.deb
|
||||
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
|
||||
|
||||
- name: Building uLaunch
|
||||
- name: Build uLaunch
|
||||
run: |
|
||||
echo ##########################
|
||||
echo # SETTING PATH #
|
||||
echo ##########################
|
||||
echo
|
||||
export DEVKITPRO=/opt/devkitpro
|
||||
export DEVKITARM=${DEVKITPRO}/devkitARM
|
||||
export DEVKITPPC=${DEVKITPRO}/devkitPPC
|
||||
export PATH=${DEVKITPRO}/tools/bin:$PATH
|
||||
make -j$(nproc)
|
||||
make -j$
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue