We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f2256 commit 354fb93Copy full SHA for 354fb93
.github/workflows/ci.yml
@@ -373,8 +373,11 @@ jobs:
373
path: ~/.gradle/wrapper
374
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
375
- name: Rust setup
376
- uses: dtolnay/rust-toolchain@stable
377
- toolchain: ${{ matrix.rust }}
+ uses: actions-rs/toolchain@v1
+ with:
378
+ profile: minimal
379
+ toolchain: ${{ matrix.rust }}
380
+ override: true
381
- name: Setup java 17 to run the Gradle script
382
uses: actions/setup-java@v4
383
with:
0 commit comments