fix(updater): 8th attempt to convert to drone
This commit is contained in:
parent
9c1200868e
commit
25e14f043e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -7,8 +7,8 @@ steps:
|
|||
image: eclipse-temurin:17.0.6_10-jdk-focal
|
||||
entrypoint: [ "/bin/bash" ]
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends \
|
||||
- apt update
|
||||
- apt install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
python3.9 \
|
||||
|
|
Loading…
Reference in a new issue