mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
try w/ source rust lib
This commit is contained in:
4
.github/workflows/node.yml
vendored
4
.github/workflows/node.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user