There was an error while loading. Please reload this page.
1 parent 7a0ac0f commit cd05796Copy full SHA for cd05796
.github/workflows/ci.yml
@@ -372,9 +372,9 @@ jobs:
372
with:
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 }}
+ - name: Rust setup
+ uses: dtolnay/rust-toolchain@stable
+ toolchain: ${{ matrix.rust }}
378
- name: Setup java 17 to run the Gradle script
379
uses: actions/setup-java@v4
380
0 commit comments