Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDuFromage committed Nov 15, 2023
1 parent 2c192ab commit 23ff9a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23ff9a0

Please sign in to comment.