mirror of
https://github.com/mii443/tokenizers.git
synced 2025-09-02 23:39:14 +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
|
- name: Cache Cargo Build Target
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: bindings/node/native/target
|
path: tokenizers/target
|
||||||
key: ${{ runner.os }}-cargo-node-build-${{ hashFiles('**/Cargo.toml') }}
|
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
|
||||||
|
|
||||||
- name: Get NPM cache directory
|
- name: Get NPM cache directory
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
|
Reference in New Issue
Block a user