.
Some checks failed
Test action / Print hello world (push) Failing after 9s

This commit is contained in:
Chris Kruining 2025-09-04 11:11:06 +02:00
parent da1a4d42ed
commit fdf1bc34e8
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -18,9 +18,10 @@ jobs:
runs-on: default runs-on: default
steps: steps:
- name: Pull dependencies - name: Pull dependencies
run: >- run: |
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
&& cd sneeuwvlok cd sneeuwvlok
ls -al
- name: Install docker - name: Install docker
run: nix-env -iA nixpkgs.podman run: nix-env -iA nixpkgs.podman