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

time to change the workflow file again and break everything

This commit is contained in:
suchmememanyskill 2021-07-27 13:08:29 +02:00
parent d4f95da062
commit b40258f294

View file

@ -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