Compare commits

..

1 commit

Author SHA1 Message Date
bonerman
cb340da22e pin parsetoml to currently newest commit
Some checks failed
/ build (push) Failing after 28s
2025-03-27 11:58:34 +01:00

View file

@ -7,7 +7,7 @@ jobs:
container: container:
image: quay.io/fedora/fedora-minimal:41 image: quay.io/fedora/fedora-minimal:41
steps: steps:
- run: dnf5 install -y nodejs tar xz git buildah podman skopeo just sqlite - run: dnf5 install -y nodejs tar xz git buildah podman skopeo just
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- name: build image - name: build image
run: just build "--storage-driver=vfs" run: just build "--storage-driver=vfs"