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 db9a0d1 commit 52a9d53Copy full SHA for 52a9d53
.github/workflows/ql-for-ql-build.yml
@@ -34,7 +34,9 @@ jobs:
34
id: cache-extractor
35
uses: actions/cache@v3
36
with:
37
- path: ql/extractor-pack/
+ path: |
38
+ ql/extractor-pack/
39
+ ql/target/release/buramu
40
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('ql/**/*.rs') }}
41
- name: Cache cargo
42
if: steps.cache-extractor.outputs.cache-hit != 'true'
0 commit comments