guess we're staying on py3.8
This commit is contained in:
9
.github/workflows/builder.yml
vendored
9
.github/workflows/builder.yml
vendored
@@ -14,14 +14,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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 update -y
|
|
||||||
sudo apt install python3.9 -y
|
|
||||||
sudo rm /usr/bin/python3
|
|
||||||
sudo ln -s python3.9 /usr/bin/python3
|
|
||||||
|
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
|
|||||||
Reference in New Issue
Block a user