curl
This commit is contained in:
parent
f0fbf90c2b
commit
393e8848bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -125,7 +125,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 update -y
|
apt-get update -y
|
||||||
apt-get install -y software-properties-common
|
apt-get install -y software-properties-common curl
|
||||||
add-apt-repository -y ppa:deadsnakes/ppa
|
add-apt-repository -y 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