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