is it a missing dep????
Some checks failed
Test action / Print hello world (push) Failing after 2s

This commit is contained in:
Chris Kruining 2025-09-04 12:08:38 +02:00
parent efd98d4b44
commit 55d5ea4839
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Install docker
run: |
nix-env -iA nixpkgs.podman
nix-env -iA nixpkgs.podman nixpkgs.libfuse
mkdir -p ~/.config/containers
echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' > ~/.config/containers/policy.json