From fdc0c60f2f0b4859b5b56634321e485a0c5e1497 Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Thu, 27 Mar 2025 12:02:14 +0100 Subject: [PATCH] hopefully fix CI --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 397e557..3e5e5dc 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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"