diff --git a/.github/workflows/build-dep-openssl.yml b/.github/workflows/build-dep-openssl.yml index 36e95a43..37e13c23 100644 --- a/.github/workflows/build-dep-openssl.yml +++ b/.github/workflows/build-dep-openssl.yml @@ -35,7 +35,7 @@ jobs: name: prebuilt-openssl-windows path: ${{ github.workspace }}/externals/prebuilt/win64_openssl - build-linux-and-android: + build-linux: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -50,15 +50,18 @@ jobs: name: prebuilt-openssl-linux path: ${{ github.workspace }}/externals/prebuilt/linux_openssl_3.2.1 + build-android: + runs-on: ubuntu-22.04 + steps: - name: Run android build script working-directory: ${{ github.workspace }}/externals/prebuild_scripts/ run: ./build_openssl_for_andV8.sh - - name: Archive prebuilt andv8 + - name: Archive prebuilt andV8 uses: actions/upload-artifact@v3 with: - name: prebuilt-openssl-andv8 - path: ${{ github.workspace }}/externals/prebuilt/andv8_openssl_3.2.1 + name: prebuilt-openssl-andV8 + path: ${{ github.workspace }}/externals/prebuilt/andV8_openssl_3.2.1 build-macos: runs-on: macos-13 steps: