Skip to content

Commit

Permalink
Fix CI for android
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 15, 2022
1 parent 3938d79 commit c5d3ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
- name: android_arm
target: android_arm
image_variant: bionic
lib_postfix: '/x86_64-linux-gnu'
lib_postfix: '/arm-linux-androideabi'
- name: android_arm64
target: android_arm64
image_variant: bionic
lib_postfix: '/x86_64-linux-gnu'
lib_postfix: '/aarch64-linux-android'
- name: win32_static
target: win32_static
image_variant: f35
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
MESON_OPTION="$MESON_OPTION --cross-file $HOME/BUILD_${{matrix.target}}/meson_cross_file.txt"
fi
if [[ "${{matrix.target}}" =~ android_.* ]]; then
MESON_OPTION="$MESON_OPTION -Dandroid=true"
MESON_OPTION="$MESON_OPTION -Dstatic-linkage=true"
fi
cd $HOME/libkiwix
meson . build ${MESON_OPTION}
Expand Down

0 comments on commit c5d3ffe

Please sign in to comment.