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"