mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
attempt at fixing workflow file
This commit is contained in:
parent
3499ad1549
commit
3a079f11c5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/builder.yml
vendored
4
.github/workflows/builder.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue