mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
workflow file try 2
This commit is contained in:
parent
b40258f294
commit
1a533d95af
1 changed files with 2 additions and 0 deletions
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install build-essential -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 apt install python3.9 -y
|
||||||
sudo rm /usr/bin/python3
|
sudo rm /usr/bin/python3
|
||||||
sudo ln -s python3.9 /usr/bin/python3
|
sudo ln -s python3.9 /usr/bin/python3
|
||||||
|
|
Loading…
Reference in a new issue