-y
This commit is contained in:
parent
756de86c44
commit
8db61210e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -132,8 +132,8 @@ jobs:
|
|||
# make -j 8
|
||||
# make altinstall
|
||||
add-apt-repository ppa:deadsnakes/ppa
|
||||
apt-get update
|
||||
apt-get install python3.10
|
||||
apt-get update -y
|
||||
apt-get install -y python3.10
|
||||
python3.10 --version
|
||||
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
||||
python3.10 -m pip install --upgrade pip
|
||||
|
|
|
|||
Loading…
Reference in a new issue