Skip to content

Commit

Permalink
Reapply "[CI] Attempt to fix Rust install."
Browse files Browse the repository at this point in the history
This reverts commit 354fb93.
  • Loading branch information
vyazelenko committed Oct 29, 2024
1 parent 354fb93 commit ca86c35
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,8 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Rust setup
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
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 ca86c35

Please sign in to comment.