add buramu to the files cached for the extractor

This commit is contained in:
erik-krogh
2023-02-18 13:14:57 +01:00
parent db9a0d1c52
commit 52a9d5379b

View File

@@ -34,7 +34,9 @@ jobs:
id: cache-extractor
uses: actions/cache@v3
with:
path: ql/extractor-pack/
path: |
ql/extractor-pack/
ql/target/release/buramu
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('ql/**/*.rs') }}
- name: Cache cargo
if: steps.cache-extractor.outputs.cache-hit != 'true'