Use local version for unpublished Cargo projects
This commit is contained in:
parent
a15c0e76f9
commit
0579fccfb1
17 changed files with 73 additions and 54 deletions
8
.github/workflows/bench.yaml
vendored
8
.github/workflows/bench.yaml
vendored
|
|
@ -30,11 +30,9 @@ jobs:
|
|||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 14.x
|
||||
- name: Build generated code
|
||||
working-directory: ./gen
|
||||
run: |
|
||||
npm install
|
||||
bash ./gen.sh
|
||||
- name: Run prebuild steps
|
||||
shell: bash
|
||||
run: bash ./prebuild.sh
|
||||
- name: Set up Node.js for benching
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
|
|
|
|||
Reference in a new issue