Skip to content

Commit

Permalink
ci: Install vcpkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jul 17, 2024
1 parent f9e3c1b commit af30eba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,27 @@ jobs:
java-version: "17"
distribution: "temurin"

- name: Install dependencies
run: sudo apt update && sudo apt install -y ninja-build

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

# - name: Install NDK
# run: sdkmanager "ndk;27.0.11902837"

- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 1de2026f28ead93ff1773e6e680387643e914ea1 # 2024.07.12

- name: Install vcpkg packages
run: |
vcpkg install curl:x86-android openssl:x86-android
vcpkg install curl:x64-android openssl:x64-android
vcpkg install curl:arm-android openssl:arm-android
vcpkg install curl:arm64-android openssl:arm64-android
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit af30eba

Please sign in to comment.