Skip to content

Commit 6463910

Browse files
authored
Merge pull request #2429 from rust-lang/ci-setup-rust-in-the-deploy-step
ci: setup rust in the deploy step
2 parents 7e12266 + 28b6f43 commit 6463910

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
with:
9292
persist-credentials: false
9393

94+
- name: Setup Rust
95+
uses: ./.github/actions/setup-rust
96+
9497
- name: Download built JSON API and sync-team
9598
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9699
with:

0 commit comments

Comments
 (0)