Skip to content

Commit d2a801e

Browse files
committed
fail-on-cache-miss: for grabbing arbitrary builds.
1 parent 27802dc commit d2a801e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
with:
8484
path: ${{ env.build }}
8585
key: build-bmake-${{ matrix.os }}-gcc-DEBUG-AUSAN-${{ github.sha }} # arbitrary build, just for cvtpcre
86+
fail-on-cache-miss: true
8687

8788
- name: Convert PCRE suite
8889
if: steps.cache-cvtpcre.outputs.cache-hit != 'true'
@@ -249,6 +250,7 @@ jobs:
249250
with:
250251
path: ${{ env.build }}
251252
key: build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
253+
fail-on-cache-miss: true
252254

253255
# We don't need to build the entire repo to know that the makefiles work,
254256
# I'm just deleting a couple of .o files and rebuilding those instead.

0 commit comments

Comments
 (0)