1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-16 20:13:35 +01:00

fix github workflow

This commit is contained in:
flb 2023-11-15 20:00:45 +01:00
parent 2c192ab61f
commit 23ff9a0e7a

View file

@ -19,6 +19,11 @@ jobs:
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