Skip to content

Commit cd05796

Browse files
committed
Revert "[CI] Temporarily disable Rust toolchain installation."
This reverts commit 7a0ac0f.
1 parent 7a0ac0f commit cd05796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ jobs:
372372
with:
373373
path: ~/.gradle/wrapper
374374
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 }}
375+
- name: Rust setup
376+
uses: dtolnay/rust-toolchain@stable
377+
toolchain: ${{ matrix.rust }}
378378
- name: Setup java 17 to run the Gradle script
379379
uses: actions/setup-java@v4
380380
with:

0 commit comments

Comments
 (0)