@@ -361,6 +361,7 @@ jobs:
361361 with :
362362 path : ${{ env.build }}
363363 key : build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
364+ fail-on-cache-miss : true
364365
365366 - name : Get number of CPU cores
366367 uses : SimenB/github-actions-cpu-cores@v2
@@ -421,6 +422,7 @@ jobs:
421422 with :
422423 path : ${{ env.build }}
423424 key : build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
425+ fail-on-cache-miss : true
424426
425427 # note we do the fuzzing unconditionally; each run adds to the corpus.
426428 #
@@ -531,6 +533,7 @@ jobs:
531533 with :
532534 path : ${{ env.build }}
533535 key : build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
536+ fail-on-cache-miss : true
534537
535538 - name : Fetch converted PCRE tests
536539 uses : actions/cache@v5
@@ -636,6 +639,7 @@ jobs:
636639 with :
637640 path : ${{ env.build }}
638641 key : build-${{ env.make }}-${{ env.os }}-${{ env.cc }}-${{ env.debug }}-${{ env.san }}-${{ github.sha }}
642+ fail-on-cache-miss : true
639643
640644 - name : Fetch docs
641645 if : steps.cache-prefix.outputs.cache-hit != 'true'
@@ -644,6 +648,7 @@ jobs:
644648 with :
645649 path : ${{ env.build }}
646650 key : docs-${{ github.sha }}
651+ fail-on-cache-miss : true
647652
648653 - name : Get number of CPU cores
649654 if : steps.cache-prefix.outputs.cache-hit != 'true'
@@ -688,6 +693,7 @@ jobs:
688693 with :
689694 path : ${{ env.prefix }}
690695 key : prefix-${{ env.make }}-${{ env.os }}-${{ env.cc }}-${{ env.debug }}-${{ env.san }}-${{ github.sha }}
696+ fail-on-cache-miss : true
691697
692698 - name : Find version
693699 # TODO: would get a tag or branch name here
0 commit comments