Fix benchmark workflow; use latest Rust version for builds
This commit is contained in:
parent
474961b6db
commit
3f70cc8b89
5 changed files with 5 additions and 6 deletions
3
.github/workflows/bench.yaml
vendored
3
.github/workflows/bench.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.39.0
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
default: true
|
||||
- name: Set up Node.js for generating code
|
||||
|
|
@ -32,7 +32,6 @@ jobs:
|
|||
npm install
|
||||
node node_modules/ts-node/dist/bin.js attrs.ts
|
||||
node node_modules/ts-node/dist/bin.js entities.ts
|
||||
node node_modules/ts-node/dist/bin.js patterns.ts
|
||||
- name: Set up Node.js for benching
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
|
|
|
|||
Reference in a new issue