4747 id : cache-simgrid
4848 with :
4949 path : /opt/simgrid
50- key : ${{ runner.os }}-simgrid-python-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
50+ key : ${{ runner.os }}-simgrid-python-v2
5151
5252 - name : Install SimGrid
5353 if : steps.cache-simgrid.outputs.cache-hit != 'true'
6363 id : cache-fsmod
6464 with :
6565 path : /opt/fsmod
66- key : ${{ runner.os }}-fsmod-python-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
66+ key : ${{ runner.os }}-fsmod-python-v2
6767
6868 - name : Install FSMod
6969 if : steps.cache-fsmod.outputs.cache-hit != 'true'
7979 id : cache-gtest
8080 with :
8181 path : /opt/gtest
82- key : ${{ runner.os }}-gtest-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
82+ key : ${{ runner.os }}-gtest-v1
8383
8484 - name : Install Google Test
8585 if : steps.cache-gtest.outputs.cache-hit != 'true'
@@ -154,7 +154,7 @@ jobs:
154154 id : cache-simgrid
155155 with :
156156 path : /opt/simgrid
157- key : ${{ runner.os }}-simgrid-python-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
157+ key : ${{ runner.os }}-simgrid-python-v2
158158
159159 - name : Install SimGrid
160160 if : steps.cache-simgrid.outputs.cache-hit != 'true'
@@ -170,7 +170,7 @@ jobs:
170170 id : cache-fsmod
171171 with :
172172 path : /opt/fsmod
173- key : ${{ runner.os }}-fsmod-python-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
173+ key : ${{ runner.os }}-fsmod-python-v2
174174
175175 - name : Install FSMod
176176 if : steps.cache-fsmod.outputs.cache-hit != 'true'
@@ -186,7 +186,7 @@ jobs:
186186 id : cache-gtest
187187 with :
188188 path : /opt/gtest
189- key : ${{ runner.os }}-gtest-${{ hashFiles('.github/workflows/weekly-checks.yml') }}
189+ key : ${{ runner.os }}-gtest-v1
190190
191191 - name : Install Google Test
192192 if : steps.cache-gtest.outputs.cache-hit != 'true'
0 commit comments