fixes
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6m14s
Gentoo Utils / check-format (push) Failing after 14s
Gentoo Utils / docs (push) Successful in 15s
Gentoo Utils / build (push) Failing after 27s
Gentoo Utils / test (push) Has been skipped

This commit is contained in:
2025-12-12 16:14:57 -06:00
parent 3a841bb11b
commit c5456279a1

View File

@@ -106,14 +106,14 @@ jobs:
- name: Check Formatting
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
ninja rustfmt -C build
docs:
runs-on: brutalisk
needs: [build-oci-image]
container:
image: ${{ vars.REGISTRY_URL }}:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Checkout repo
uses: actions/checkout@v5