Skip to content

Commit

Permalink
Revert "[CI] Attempt to fix Rust install."
Browse files Browse the repository at this point in the history
This reverts commit 44f2256.
  • Loading branch information
vyazelenko committed Oct 29, 2024
1 parent 44f2256 commit 354fb93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,11 @@ jobs:
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 }}
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Setup java 17 to run the Gradle script
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 354fb93

Please sign in to comment.