1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

attempt 3

This commit is contained in:
suchmememanyskill 2021-01-31 20:33:02 +01:00
parent a80a1cf949
commit b06b3b2ac9

View file

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