mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-03-09 21:47:00 -04:00
ci: simplify workflow config by merging Rust installation steps (#462)
This commit is contained in:
parent
d60e367a9b
commit
f15a250221
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -68,11 +68,9 @@ jobs:
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: hecrj/setup-rust-action@v1
|
uses: hecrj/setup-rust-action@v1
|
||||||
with:
|
with:
|
||||||
|
components: clippy, rustfmt
|
||||||
rust-version: 1.46.0
|
rust-version: 1.46.0
|
||||||
|
|
||||||
- name: Install rust tools
|
|
||||||
run: rustup component add clippy rustfmt
|
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue