Skip to content

Commit

Permalink
chore(ci): disable_annotations for sccache (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Dec 10, 2024
1 parent 37781d8 commit ba058d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ba058d5

Please sign in to comment.