Fix benchmark workflow; use latest Rust version for builds

This commit is contained in:
Wilson Lin 2020-07-03 20:42:10 +10:00
parent 474961b6db
commit 3f70cc8b89
5 changed files with 5 additions and 6 deletions

View File

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

View File

@ -39,7 +39,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.39.0
toolchain: stable
profile: minimal
default: true
- name: Build CLI

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.39.0
toolchain: stable
profile: minimal
default: true
- name: Build Java native library

View File

@ -35,7 +35,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.39.0
toolchain: stable
profile: minimal
default: true
- name: Build native module

View File

@ -65,7 +65,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.39.0
toolchain: stable
profile: minimal
default: true
- name: Build Ruby native library