Skip to content

Commit

Permalink
fix: vcpkgs triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 10, 2024
1 parent 750676e commit 7cc9fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ jobs:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'

- name: Install OpenSSL for Android ARM64
run: vcpkg install openssl:arm64-android
- name: Install using vcpkg.json
run: vcpkg install --triplet arm64-android

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

0 comments on commit 7cc9fcd

Please sign in to comment.