We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ba42a commit fbfdc52Copy full SHA for fbfdc52
.github/workflows/build_python_3.yml
@@ -92,6 +92,8 @@ jobs:
92
- name: Enable sccache
93
if: runner.os != 'Windows'
94
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # 0.0.9
95
+ with:
96
+ disable_annotations: true
97
98
- name: Add addtional GHA cache-related env vars
99
uses: actions/github-script@v7
0 commit comments