Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Oct 9, 2024
1 parent a103e55 commit d97f17b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
- name: Install Qt for Android arm64
uses: jurplel/install-qt-action@v4
with:
Expand Down Expand Up @@ -76,9 +73,6 @@ jobs:
- name: Compile and Install maplibre-native-qt
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 \
-S maplibre-native-qt \
-B build-maplibre-native-qt \
Expand Down

0 comments on commit d97f17b

Please sign in to comment.