software prop common

This commit is contained in:
Jesse Bannon 2023-02-23 22:22:51 -08:00
parent 3863381292
commit 89690efa2a

View file

@ -124,6 +124,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
apt-get install software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt-get update -y
apt-get install -y python3.10