mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
fix github workflow
This commit is contained in:
parent
2c192ab61f
commit
23ff9a0e7a
1 changed files with 6 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -19,6 +19,11 @@ jobs:
|
||||||
git config --global --add safe.directory /__w/aio-switch-updater/aio-switch-updater/TegraExplorer
|
git config --global --add safe.directory /__w/aio-switch-updater/aio-switch-updater/TegraExplorer
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt update -y
|
||||||
|
sudo apt install build-essential -y
|
||||||
|
|
||||||
- name: Building aio-switch-updater
|
- name: Building aio-switch-updater
|
||||||
run: |
|
run: |
|
||||||
make -C aiosu-forwarder -f Makefile
|
make -C aiosu-forwarder -f Makefile
|
||||||
|
|
Loading…
Reference in a new issue