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