diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b610124d..7c7d4c06 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -38,6 +38,8 @@ jobs: modules: android install-deps: 'true' cached: ${{ steps.cache-qt.outputs.cache-hit }} + - name: List Qt installation + run: ls -l $Qt6_DIR/bin - name: Configure build run: $Qt6_DIR/bin/qmake gpxsee.pro - name: Build project