init
Some checks failed
/ check (push) Failing after 2m39s

This commit is contained in:
iofq 2026-01-11 23:06:17 -06:00
parent 36f19d42c5
commit a8d5c26989

View file

@ -4,7 +4,7 @@ jobs:
runs-on: nix-upstream-latest
steps:
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- run: nix-env -i nodejs # bootstrap
- run: nix-env -i nodejs curl # bootstrap
- run: curl -sLo /etc/containers/policy.json https://github.com/containers/skopeo/blob/879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3/default-policy.json
- uses: actions/checkout@v4
- run: |-