[meta] Screw it, dis kills the runner
/ ls (push) Failing after 6s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 02:17:55 +02:00
parent 434e2df2d3
commit 0c921668ef
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 3 deletions

View File

@ -2,11 +2,10 @@
on: [push]
jobs:
ls:
runs-on: nix-latest
runs-on: alpine
steps:
- run: |
nix-channel --update
nix-env -i emacs -i chezmoi -i git -i nodejs
apk add --update git emacs-nox chezmoi nodejs
- uses: actions/checkout@v3
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"