test
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 15s

This commit is contained in:
iFargle 2024-02-05 11:31:06 +09:00
parent 820bddc6d2
commit ac33f815bf

View file

@ -11,7 +11,7 @@ jobs:
- name: "Setup Runner"
run: |
apk update
apk add git nodejs nix # --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland"
- uses: actions/checkout@v3