fix(updater): 5th attempt to convert to drone
This commit is contained in:
parent
50712dd58d
commit
7b89fc5a98
1 changed files with 1 additions and 0 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -5,6 +5,7 @@ name: Updater
|
||||||
steps:
|
steps:
|
||||||
- name: update
|
- name: update
|
||||||
image: eclipse-temurin:17.0.6_10-jdk-focal
|
image: eclipse-temurin:17.0.6_10-jdk-focal
|
||||||
|
entrypoint: bash
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends \
|
- apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Reference in a new issue