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