Remove core variant

This commit is contained in:
Wilson Lin 2022-06-21 21:52:28 +10:00
commit ec8c4e338a
21 changed files with 92 additions and 156 deletions

View file

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