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