We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27802dc commit d2a801eCopy full SHA for d2a801e
.github/workflows/ci.yml
@@ -83,6 +83,7 @@ jobs:
83
with:
84
path: ${{ env.build }}
85
key: build-bmake-${{ matrix.os }}-gcc-DEBUG-AUSAN-${{ github.sha }} # arbitrary build, just for cvtpcre
86
+ fail-on-cache-miss: true
87
88
- name: Convert PCRE suite
89
if: steps.cache-cvtpcre.outputs.cache-hit != 'true'
@@ -249,6 +250,7 @@ jobs:
249
250
251
252
key: build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
253
254
255
# We don't need to build the entire repo to know that the makefiles work,
256
# I'm just deleting a couple of .o files and rebuilding those instead.
0 commit comments