We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18a6ef commit 490ea8dCopy full SHA for 490ea8d
.github/workflows/build.yaml
@@ -32,8 +32,10 @@ jobs:
32
java-version: ${{ matrix.jdk }}
33
distribution: 'temurin'
34
cache: 'maven'
35
- - uses: actions-rust-lang/setup-rust-toolchain@v1
36
- - run: ./update-rust-jni-libs.sh
+ #- uses: actions-rust-lang/setup-rust-toolchain@v1
+ - run: |
37
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
38
+ ./update-rust-jni-libs.sh
39
if: ${{ matrix.os.image == 'macos-latest' }}
40
41
- name: test
0 commit comments