From 50b06f60af4da864970ff648688938e116f3b008 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Tue, 10 Dec 2024 09:41:55 +0800 Subject: [PATCH 1/2] chore(ci): disable_annotations for sccache --- .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..2510e5637 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@v0.0.6 + with: + disable_annotations: true - name: Cache Cargo for Github Runner if: inputs.runner == 'github' From 07e7194827d0850559444e9562e4bbeea32cadad Mon Sep 17 00:00:00 2001 From: everpcpc Date: Tue, 10 Dec 2024 09:44:50 +0800 Subject: [PATCH 2/2] z --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 2510e5637..868db5846 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,7 +24,7 @@ runs: targets: ${{ inputs.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@main with: disable_annotations: true