1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-20 05:53:38 +01:00
AIO-switch-updater/.github/workflows/main.yml
2021-02-20 15:03:05 +01:00

32 lines
653 B
YAML

name: Build AIO-switch-updater
on:
push:
workflow_dispatch:
jobs:
AIO-switch-updater:
runs-on: ubuntu-latest
container: hamletdufromage/devkita64_devkitarm
steps:
- uses: actions/checkout@v1
#- name: update libnx
#run: |
#dkp-pacman -Syu --noconfirm
- name: update repo
run: |
git submodule update --init --recursive
- name: Building aio-switch-updater
run: |
cd aiosu-forwarder
make
cd ..
make -j$(nproc)
- uses: actions/upload-artifact@master
with:
name: aio-switch-updater
path: aio-switch-updater.nro