[meta] Saving grace
/ ls (push) Failing after 2s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 02:23:06 +02:00
parent 0c921668ef
commit 203cda3ca4
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ jobs:
runs-on: alpine
steps:
- run: |
apk add --update git emacs-nox chezmoi nodejs
apk add --update git emacs-nox chezmoi nodejs bash
with:
entrypoint: "/bin/sh"
- uses: actions/checkout@v3
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"