File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 build_native :
1717 name : Build and generate crypto native libs
18- runs-on : macos -latest
18+ runs-on : ubuntu -latest
1919 env :
2020 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
2121 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
@@ -60,10 +60,10 @@ jobs:
6060 with :
6161 ndk-version : r25c
6262
63- - name : Create symlinks for buildchain
64- run : |
65- export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"
66- echo $PATH
63+ # - name: Create symlinks for buildchain
64+ # run: |
65+ # export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"
66+ # echo $PATH
6767
6868 - uses : actions/cache@v4
6969 with :
@@ -111,7 +111,7 @@ jobs:
111111 - name : Run build script
112112 env :
113113 ANDROID_NDK : ${{ steps.install-ndk.outputs.ndk-path }}
114- run : ./main/ scripts/build.sh -r -m crypto -p rust-sdk
114+ run : ./scripts/build.sh -r -m crypto -p rust-sdk
115115
116116 - name : Find all .aar files
117117 run : find . -name "*.aar"
@@ -132,7 +132,7 @@ jobs:
132132 CRYPTO_SDK_VERSION : ${{ github.event.inputs.crypto-sdk-version }}
133133 GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
134134 run : |
135- python3 ./main/ scripts/release_crypto.py --version ${{ github.event.inputs.crypto-sdk-version }} --sdk_path ./rust-sdk
135+ python3 ./scripts/release_crypto.py --version ${{ github.event.inputs.crypto-sdk-version }} --sdk_path ./rust-sdk
136136
137137# - name: Run test python
138138# run: |
You can’t perform that action at this time.
0 commit comments