Skip to content

Commit

Permalink
[CI] Temporarily disable Rust toolchain installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 29, 2024
1 parent b7bd104 commit 7a0ac0f
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 7a0ac0f

Please sign in to comment.