[ci] Bumpetybump
/ clone (push) Successful in 4s Details
/ doom (push) Failing after 7s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 10:58:54 +02:00
parent 9834a5dbfd
commit 5f27149506
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -8,9 +8,10 @@ jobs:
doom:
runs-on: docker
container:
image: silex/emacs:29-ci-keg
image: alpine:3.19
needs: [clone]
steps:
- run: grep Alpine /etc/os-release
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
with: