From b0f29a86e998c03bf5eb1b048ac0755b642241d4 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Thu, 6 Nov 2025 08:22:37 +0100 Subject: [PATCH] FreeBSD workflow: disable stats report for sccache action Signed-off-by: Laurent Cheylus --- .github/workflows/freebsd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 71fb5bab3fd..cef576f153c 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -40,6 +40,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.9 + with: + disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.5 with: @@ -134,6 +136,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.9 + with: + disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.5 with: