|
52 | 52 | - name: ccache |
53 | 53 | uses: hendrikmuhs/ccache-action@v1.2 |
54 | 54 | with: |
55 | | - key: ${{ github.job }} |
| 55 | + key: ${{ runner.os }}-gcc |
56 | 56 | create-symlink: true |
57 | 57 | max-size: 1G |
58 | 58 | - name: CMake configure |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | - name: ccache |
231 | 231 | uses: hendrikmuhs/ccache-action@v1.2 |
232 | 232 | with: |
233 | | - key: ${{ github.job }} |
| 233 | + key: ${{ runner.os }}-clang |
234 | 234 | create-symlink: true |
235 | 235 | max-size: 1G |
236 | 236 | - name: CMake configure |
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | - name: ccache |
311 | 311 | uses: hendrikmuhs/ccache-action@v1.2 |
312 | 312 | with: |
313 | | - key: ${{ github.job }} |
| 313 | + key: ${{ runner.os }}-clang |
314 | 314 | create-symlink: true |
315 | 315 | max-size: 1G |
316 | 316 | - name: CMake configure |
@@ -381,7 +381,7 @@ jobs: |
381 | 381 | - name: ccache |
382 | 382 | uses: hendrikmuhs/ccache-action@v1.2 |
383 | 383 | with: |
384 | | - key: ${{ github.job }} |
| 384 | + key: ${{ runner.os }}-clang |
385 | 385 | create-symlink: true |
386 | 386 | max-size: 1G |
387 | 387 | - name: CMake configure |
@@ -458,7 +458,7 @@ jobs: |
458 | 458 | - name: ccache |
459 | 459 | uses: hendrikmuhs/ccache-action@v1.2 |
460 | 460 | with: |
461 | | - key: ${{ github.job }} |
| 461 | + key: ${{ runner.os }}-clang |
462 | 462 | create-symlink: true |
463 | 463 | max-size: 1G |
464 | 464 | - name: CMake configure |
@@ -537,7 +537,7 @@ jobs: |
537 | 537 | - name: ccache |
538 | 538 | uses: hendrikmuhs/ccache-action@v1.2 |
539 | 539 | with: |
540 | | - key: ${{ github.job }} |
| 540 | + key: ${{ runner.os }}-clang |
541 | 541 | create-symlink: true |
542 | 542 | max-size: 1G |
543 | 543 | - name: CMake configure |
@@ -609,7 +609,7 @@ jobs: |
609 | 609 | - name: ccache |
610 | 610 | uses: hendrikmuhs/ccache-action@v1.2 |
611 | 611 | with: |
612 | | - key: ${{ github.job }} |
| 612 | + key: ${{ runner.os }}-clang |
613 | 613 | create-symlink: true |
614 | 614 | max-size: 1G |
615 | 615 | - name: CMake configure |
@@ -938,7 +938,7 @@ jobs: |
938 | 938 | - name: ccache |
939 | 939 | uses: hendrikmuhs/ccache-action@v1.2 |
940 | 940 | with: |
941 | | - key: ${{ github.job }} |
| 941 | + key: ${{ runner.os }}-gcc |
942 | 942 | create-symlink: true |
943 | 943 | max-size: 1G |
944 | 944 | - name: CMake configure |
@@ -1025,7 +1025,7 @@ jobs: |
1025 | 1025 | - name: ccache |
1026 | 1026 | uses: hendrikmuhs/ccache-action@v1.2 |
1027 | 1027 | with: |
1028 | | - key: ${{ github.job }} |
| 1028 | + key: ${{ runner.os }}-gcc |
1029 | 1029 | create-symlink: true |
1030 | 1030 | max-size: 1G |
1031 | 1031 | - name: CMake configure |
|
0 commit comments