Skip to content

Commit f6bd2be

Browse files
committed
Rust is already there
1 parent 490ea8d commit f6bd2be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
distribution: 'temurin'
3434
cache: 'maven'
3535
#- uses: actions-rust-lang/setup-rust-toolchain@v1
36-
- run: |
37-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
38-
./update-rust-jni-libs.sh
36+
- run: ./update-rust-jni-libs.sh
3937
if: ${{ matrix.os.image == 'macos-latest' }}
4038

4139
- name: test

0 commit comments

Comments
 (0)