0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

ci: simplify workflow config by merging Rust installation steps (#462)

This commit is contained in:
Bert Belder 2020-09-07 22:31:02 +02:00
parent d60e367a9b
commit f15a250221
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -68,11 +68,9 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
components: clippy, rustfmt
rust-version: 1.46.0
- name: Install rust tools
run: rustup component add clippy rustfmt
- name: Install python
uses: actions/setup-python@v1
with: