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 51c37ad commit a118c39Copy full SHA for a118c39
.github/workflows/coverage.yml
@@ -38,7 +38,6 @@ jobs:
38
submodules: true
39
- uses: hendrikmuhs/ccache-action@v1.2
40
with:
41
- key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
42
create-symlink: true
43
- uses: rui314/setup-mold@v1
44
- uses: actions/setup-python@v5
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
# must come after checkout
28
29
30
+ create-symlink: true
31
32
33
python-version: "3.11"
0 commit comments