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 490ea8d commit f6bd2beCopy full SHA for f6bd2be
.github/workflows/build.yaml
@@ -33,9 +33,7 @@ jobs:
33
distribution: 'temurin'
34
cache: 'maven'
35
#- 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
+ - run: ./update-rust-jni-libs.sh
39
if: ${{ matrix.os.image == 'macos-latest' }}
40
41
- name: test
0 commit comments