Skip to content

Commit

Permalink
Merge pull request #1083 from mwestphal/fix_android_ci
Browse files Browse the repository at this point in the history
Fix android CI by updating Android NDK
  • Loading branch information
mwestphal authored Nov 30, 2023
2 parents 93ec6da + e849b10 commit f249cc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/android-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ runs:
working-directory: ${{github.workspace}}
run: |
apt-get install unzip
wget https://dl.google.com/android/repository/android-ndk-${{env.NDK_VERSION}}-linux-x86_64.zip
unzip -qq android-ndk-${{env.NDK_VERSION}}-linux-x86_64.zip
wget https://dl.google.com/android/repository/android-ndk-${{env.NDK_VERSION}}-linux.zip
unzip -qq android-ndk-${{env.NDK_VERSION}}-linux.zip
mv android-ndk-${{env.NDK_VERSION}} android-ndk
- name: Install VTK dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/vtk_commit_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38137f80385c6835a8e482517e2d723b3a83a871
f6dfd3ae6f6419a332f1c34b1ccecdbc2238f60b
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
container: ghcr.io/f3d-app/f3d-ci

env:
NDK_VERSION: r21e
NDK_VERSION: r26b
API_LEVEL: 27

steps:
Expand Down

0 comments on commit f249cc7

Please sign in to comment.