There was an error while loading. Please reload this page.
1 parent 354fb93 commit ca86c35Copy full SHA for ca86c35
.github/workflows/ci.yml
@@ -373,11 +373,8 @@ jobs:
373
path: ~/.gradle/wrapper
374
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
375
- name: Rust setup
376
- uses: actions-rs/toolchain@v1
377
- with:
378
- profile: minimal
379
- toolchain: ${{ matrix.rust }}
380
- override: true
+ uses: dtolnay/rust-toolchain@stable
+ toolchain: ${{ matrix.rust }}
381
- name: Setup java 17 to run the Gradle script
382
uses: actions/setup-java@v4
383
with:
0 commit comments