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

workflow file try 2

This commit is contained in:
suchmememanyskill 2021-07-27 13:16:15 +02:00
parent b40258f294
commit 1a533d95af

View file

@ -15,6 +15,8 @@ jobs:
sudo apt update -y
sudo apt install build-essential -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt install python3.9 -y
sudo rm /usr/bin/python3
sudo ln -s python3.9 /usr/bin/python3