1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00

attempt 4

This commit is contained in:
suchmememanyskill 2021-01-31 20:38:28 +01:00
parent b06b3b2ac9
commit 946c43549f

View file

@ -12,7 +12,7 @@ jobs:
- name: Build TegraExplorer
run: |
sudo apt install gcc -y
sudo apt install build-essential -y
make -j$(nproc)
- uses: actions/upload-artifact@master