software prop common
This commit is contained in:
parent
3863381292
commit
89690efa2a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -124,6 +124,7 @@ jobs:
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install software-properties-common
|
||||||
add-apt-repository ppa:deadsnakes/ppa
|
add-apt-repository ppa:deadsnakes/ppa
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y python3.10
|
apt-get install -y python3.10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue