Skip to content

Commit

Permalink
fix last change
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed May 13, 2024
1 parent 6cb239c commit e5465e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
build-android:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Run android build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: ./build_openssl_for_andV8.sh
Expand All @@ -61,7 +63,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: prebuilt-openssl-andV8
path: ${{ github.workspace }}/externals/prebuilt/andV8_openssl_3.2.1
path: ${{ github.workspace }}/externals/prebuilt/andv8_openssl_3.2.1

build-macos:
runs-on: macos-13
steps:
Expand Down

0 comments on commit e5465e1

Please sign in to comment.