mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
fix workflow
This commit is contained in:
parent
eabd14b092
commit
ac5b3a19da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -20,9 +20,9 @@ jobs:
|
||||||
|
|
||||||
- name: Building aio-switch-updater
|
- name: Building aio-switch-updater
|
||||||
run: |
|
run: |
|
||||||
pushd aiosu-forwarder
|
cd aiosu-forwarder
|
||||||
make
|
make
|
||||||
popd
|
cd ..
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
|
|
Loading…
Reference in a new issue