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 cd05796 commit ae002c2Copy full SHA for ae002c2
.github/workflows/ci.yml
@@ -374,7 +374,8 @@ jobs:
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 }}
+ with:
378
+ toolchain: ${{ matrix.rust }}
379
- name: Setup java 17 to run the Gradle script
380
uses: actions/setup-java@v4
381
with:
0 commit comments