1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +01:00

Added some CI debug stuff

This commit is contained in:
Martin Tůma 2022-06-04 10:53:52 +02:00
parent 13dc02d144
commit ad664d5299

View File

@ -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