Skip to content

Commit

Permalink
Revert "[CI] Temporarily disable Rust toolchain installation."
Browse files Browse the repository at this point in the history
This reverts commit 7a0ac0f.
  • Loading branch information
vyazelenko committed Oct 29, 2024
1 parent 7a0ac0f commit cd05796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ jobs:
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
# - name: Rust setup
# uses: dtolnay/rust-toolchain@stable
# toolchain: ${{ matrix.rust }}
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
toolchain: ${{ matrix.rust }}
- name: Setup java 17 to run the Gradle script
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit cd05796

Please sign in to comment.