Skip to content

Commit

Permalink
CI: Remove explicit NDK installation
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Nov 6, 2024
1 parent 0e53241 commit f1a65b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
run: sudo apt-get install libfuse-dev imagemagick
if: matrix.name == 'android'

- name: Install Android NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: ${{ matrix.ndk.version }}
link-to-sdk: true
if: matrix.ndk.version != ''
#- name: Install Android NDK
# uses: nttld/setup-ndk@v1
# with:
# ndk-version: ${{ matrix.ndk.version }}
# link-to-sdk: true
# if: matrix.ndk.version != ''

- name: Set NDK ABI filter
run: echo "ndk.abiFilters=${{ matrix.ndk.abi }}" >> android/local.properties
Expand Down

0 comments on commit f1a65b2

Please sign in to comment.