Skip to content

Commit 52a9d53

Browse files
committed
add buramu to the files cached for the extractor
1 parent db9a0d1 commit 52a9d53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
id: cache-extractor
3535
uses: actions/cache@v3
3636
with:
37-
path: ql/extractor-pack/
37+
path: |
38+
ql/extractor-pack/
39+
ql/target/release/buramu
3840
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('ql/**/*.rs') }}
3941
- name: Cache cargo
4042
if: steps.cache-extractor.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)