Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Oct 9, 2024
1 parent 69b86b6 commit a103e55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
key: android
- name: Compile and Install libzip
run: |
export QT_HOST_PATH="$(readlink -f "$QT_ROOT_DIR/../gcc_64")"
echo $QT_ROOT_DIR
ls $QT_ROOT_DIR/..
echo $QT_HOST_PATH
$QT_ROOT_DIR/bin/qt-cmake \
-G Ninja \
-S libzip \
Expand All @@ -79,7 +75,11 @@ jobs:
cmake --install build-libzip
- name: Compile and Install maplibre-native-qt
run: |
$Qt6_DIR/bin/qt-cmake \
export QT_HOST_PATH="$(readlink -f "$QT_ROOT_DIR/../gcc_64")"
echo $QT_ROOT_DIR
ls $QT_ROOT_DIR/..
echo $QT_HOST_PATH
$QT_ROOT_DIR/bin/qt-cmake \
-S maplibre-native-qt \
-B build-maplibre-native-qt \
-G Ninja \
Expand Down

0 comments on commit a103e55

Please sign in to comment.