mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
time to change the workflow file again and break everything
This commit is contained in:
parent
d4f95da062
commit
b40258f294
1 changed files with 5 additions and 1 deletions
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
|
@ -14,7 +14,11 @@ jobs:
|
|||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install build-essential -y
|
||||
alias py=python3
|
||||
|
||||
sudo apt install python3.9 -y
|
||||
sudo rm /usr/bin/python3
|
||||
sudo ln -s python3.9 /usr/bin/python3
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
|
|
Loading…
Reference in a new issue