Compare commits

..

2 commits

Author SHA1 Message Date
fdc0c60f2f hopefully fix CI
Some checks failed
/ build (push) Failing after 1m35s
2025-03-27 12:02:19 +01:00
3bd779699c pin parsetoml to currently newest commit 2025-03-27 12:00:59 +01:00

View file

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