fix(updater): 3rd attempt to convert to drone
This commit is contained in:
parent
8619eaaa9d
commit
6ad4787823
1 changed files with 10 additions and 0 deletions
10
.github/workflows/updater.yml
vendored
10
.github/workflows/updater.yml
vendored
|
@ -6,6 +6,16 @@ steps:
|
|||
- name: update
|
||||
image: eclipse-temurin:17.0.6_10-jdk-jammy
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
python3.9 \
|
||||
python3-pip \
|
||||
python3.9-dev \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
pipx
|
||||
- pipx install pipenv
|
||||
- pipenv install
|
||||
- cd updater
|
||||
|
|
Loading…
Reference in a new issue