From 5b79ae4b368a8cb53dc91ea564a2affb56022958 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 ea2c28ed9..290c09aec 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: