Skip to content

Commit

Permalink
fix: openssl dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 10, 2024
1 parent b1d16d8 commit cdf3504
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,13 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'

- name: Install using vcpkg.json
run: vcpkg install --triplet arm64-android
- name: Install using vcpkg
run: vcpkg install --triplet arm64-android --x-install-root ${{ github.workspace }}/packages

- name: Set OPENSSL_DIR
run: echo "OPENSSL_DIR=${{ github.workspace }}/vcpkg/installed/arm64-android/openssl" >> $GITHUB_ENV
run: echo "OPENSSL_DIR=${{ github.workspace }}/packages/arm64-android/" >> $GITHUB_ENV

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit cdf3504

Please sign in to comment.