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

attempt 2

This commit is contained in:
suchmememanyskill 2021-01-31 20:23:47 +01:00
parent 3a079f11c5
commit a80a1cf949

View file

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