Fix bench

This commit is contained in:
Wilson Lin 2021-04-06 18:55:28 +10:00
parent 518cf35935
commit 0fc7dfcab5
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ jobs:
- name: Set up Node.js module
working-directory: ./nodejs
run: npm install
run: |
node package.json.gen.js js
npm install
- name: Build bench
working-directory: ./bench