Skip to content

Commit 596eade

Browse files
committed
ci: Use taiki-e/github-actions/install-rust action
taiki-e/github-actions@3d23ff7
1 parent 05260f0 commit 596eade

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ jobs:
201201
pull-requests: write # for gh pr review --approve
202202
steps:
203203
- uses: taiki-e/checkout-action@v1
204-
- name: Install Rust
205-
run: rustup update stable --no-self-update
204+
- uses: taiki-e/github-actions/install-rust@stable
206205
- name: Generate Cargo.lock
207206
run: cargo update
208207
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)