[ci] Add mu and mu4e
/ doom (push) Failing after 4m31s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 15:28:27 +02:00
parent 0718f9efd6
commit a12aedbf1f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 4 deletions

View File

@ -9,15 +9,12 @@ jobs:
steps:
- run: grep Alpine /etc/os-release
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
apk add --update git emacs-nox chezmoi nodejs bash mu mu4e
with:
entrypoint: "/bin/sh"
- uses: actions/checkout@v3
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"
pwd
env
ls -lha
ln -s "$(pwd)" "${HOME}/.local/share/chezmoi"
cp "$(pwd)/bootstrap/chezmoi.toml" "${HOME}/.config/chezmoi"
- run: |