From ba058d5b89ed2d0cb465f4065e6763838b1cf950 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Tue, 10 Dec 2024 09:53:34 +0800 Subject: [PATCH] chore(ci): disable_annotations for sccache (#533) --- .github/actions/setup/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3eb15bd66..868db5846 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,7 +24,9 @@ runs: targets: ${{ inputs.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@main + with: + disable_annotations: true - name: Cache Cargo for Github Runner if: inputs.runner == 'github'