summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2020-03-31 21:31:13 -0700
committerGitHub <noreply@github.com>2020-03-31 21:31:13 -0700
commit6d43ef828f5cc84f05b2c52a1991f3fb8505db84 (patch)
tree83213c59fa326670f46ab902b5ee934da241b246 /.github/workflows/ci.yml
parentcfeaf40ed6a9d4d7fec925352e30d2470a1ca567 (diff)
Fix install for ANTLR contrib script and CI dependency caching. (#4196)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 99654b794..705e0679d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
uses: actions/cache@v1
with:
path: deps/install
- key: ${{ runner.os }}-deps-${{ hashFiles('contrib/get-**.sh') }}-${{ hashFiles('.github/workflows/ci.yml') }}
+ key: ${{ runner.os }}-deps-${{ hashFiles('contrib/get-**') }}-${{ hashFiles('.github/workflows/ci.yml') }}
- name: Setup Dependencies
if: steps.restore-deps.outputs.cache-hit != 'true'
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback