Use local version for unpublished Cargo projects

This commit is contained in:
Wilson Lin 2020-07-11 23:25:36 +10:00
commit 0579fccfb1
17 changed files with 73 additions and 54 deletions

View file

@ -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: