Skip to content

Commit d67bd98

Browse files
committed
CI: use v1.2 also for windows, add cxx_std to key
- previous checksum problem has been fixed in: hendrikmuhs/ccache-action@657bab9
1 parent 6512f69 commit d67bd98

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,9 @@ jobs:
6060
mamba install julia
6161
6262
- name: Activate ccache [Conda]
63-
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
6463
uses: hendrikmuhs/[email protected]
6564
with:
66-
key: ${{ matrix.os }}-${{ matrix.type }}
67-
max-size: 1G
68-
69-
- name: Activate ccache windows [Conda]
70-
if: contains(matrix.os, 'windows')
71-
uses: hendrikmuhs/[email protected]
72-
with:
73-
key: ${{ matrix.os }}-${{ matrix.type }}
65+
key: ${{ matrix.os }}-${{ matrix.type }}-${{ matrix.cxx_std }}
7466
max-size: 1G
7567

7668
- name: Print environment [Conda]

0 commit comments

Comments
 (0)