Skip to content

Commit 7a0ac0f

Browse files
committed
[CI] Temporarily disable Rust toolchain installation.
1 parent b7bd104 commit 7a0ac0f

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)