Skip to content

Commit 354fb93

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)