1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-18 21:13:24 +01:00

attempt at fixing workflow file

This commit is contained in:
suchmememanyskill 2021-01-31 20:21:25 +01:00
parent 3499ad1549
commit 3a079f11c5

View file

@ -11,7 +11,9 @@ jobs:
- uses: actions/checkout@v1
- name: Build TegraExplorer
run: make -j$(nproc)
run: |
pacman -S gcc --noconfirm
make -j$(nproc)
- uses: actions/upload-artifact@master
with: