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
|
image: eclipse-temurin:17.0.6_10-jdk-focal
|
||||||
entrypoint: [ "/bin/bash" ]
|
entrypoint: [ "/bin/bash" ]
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt update
|
||||||
- apt-get install -y --no-install-recommends \
|
- apt install -y --no-install-recommends \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
python3.9 \
|
python3.9 \
|
||||||
|
|
Loading…
Reference in a new issue