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 602c8fa commit cf02e6eCopy full SHA for cf02e6e
.github/workflows/llvm-project-tests.yml
@@ -85,7 +85,7 @@ jobs:
85
# enough cache space for all the tests to run at once and still
86
# fit under the 10 GB limit.
87
max-size: 500M
88
- key: sccache-${{ matrix.os }}
+ key: ${{ matrix.os }}
89
variant: sccache
90
- name: Build and Test
91
uses: llvm/actions/build-test-llvm-project@main
0 commit comments