Skip to content

Commit

Permalink
ci: Use the appropriate Android NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 6, 2024
1 parent c081f1f commit 6f4e3d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- uses: nttld/setup-ndk@v1
if: startsWith(matrix.id, 'android-')
id: setup-ndk
with:
ndk-version: r25
add-to-path: false
- name: Set ANDROID_NDK_ROOT
if: startsWith(matrix.id, 'android-')
run: echo "ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}" >> $GITHUB_ENV
- name: Build
run: |
./configure --host=${{ matrix.id }} ${{ env.GUM_OPTIONS }}
Expand Down

0 comments on commit 6f4e3d3

Please sign in to comment.