-y
This commit is contained in:
parent
c797ddb3b5
commit
f0fbf90c2b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y software-properties-common
|
apt-get install -y software-properties-common
|
||||||
add-apt-repository 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
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue