Skip to content

Commit

Permalink
🐞 fix: Fix node out
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Mar 5, 2024
1 parent 70e42f1 commit 975599c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android_node_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
git apply < ../Javet/scripts/patches/android/node/test_crypto_clienthello.cc.patch
./android-configure ${{ steps.setup-ndk.outputs.ndk-path }} 24 ${{ matrix.android_arch }}
make -j4
mv out out.${{ matrix.android_arch }}
- name: Setup JDK 11
uses: actions/setup-java@v4
Expand All @@ -93,7 +94,7 @@ jobs:
- name: Build Javet JNI
run: |
cd ${{ env.ROOT }}/Javet/cpp
sh ./build-android.sh -DNODE_DIR=${{ env.ROOT }}/node/out -DCMAKE_ANDROID_NDK=${{ steps.setup-ndk.outputs.ndk-path }} -DCMAKE_ANDROID_ARCH=${{ matrix.android_arch }}
sh ./build-android.sh -DNODE_DIR=${{ env.ROOT }}/node -DCMAKE_ANDROID_NDK=${{ steps.setup-ndk.outputs.ndk-path }} -DCMAKE_ANDROID_ARCH=${{ matrix.android_arch }}
- name: Upload the Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 975599c

Please sign in to comment.