try w/ source rust lib

This commit is contained in:
Pierric Cistac
2020-01-23 16:26:20 -05:00
parent 551b89e2a1
commit ef59535b54

View File

@ -29,8 +29,8 @@ jobs:
- name: Cache Cargo Build Target
uses: actions/cache@v1
with:
path: bindings/node/native/target
key: ${{ runner.os }}-cargo-node-build-${{ hashFiles('**/Cargo.toml') }}
path: tokenizers/target
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
- name: Get NPM cache directory
id: npm-cache