Skip to content

Commit ca86c35

Browse files
committed
Reapply "[CI] Attempt to fix Rust install."
This reverts commit 354fb93.
1 parent 354fb93 commit ca86c35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,8 @@ jobs:
373373
path: ~/.gradle/wrapper
374374
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
375375
- name: Rust setup
376-
uses: actions-rs/toolchain@v1
377-
with:
378-
profile: minimal
379-
toolchain: ${{ matrix.rust }}
380-
override: true
376+
uses: dtolnay/rust-toolchain@stable
377+
toolchain: ${{ matrix.rust }}
381378
- name: Setup java 17 to run the Gradle script
382379
uses: actions/setup-java@v4
383380
with:

0 commit comments

Comments
 (0)