1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Remove debug stuff

This commit is contained in:
Martin Tůma 2022-06-04 13:29:01 +02:00
parent 8f05346ced
commit a168d28d81

View File

@ -38,8 +38,6 @@ jobs:
arch: 'android_armv7' arch: 'android_armv7'
install-deps: 'true' install-deps: 'true'
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Debug
run: ls -l $Qt6_DIR/../ && ls -l $Qt6_DIR/../gcc_64/bin
- name: Configure build - name: Configure build
run: qmake gpxsee.pro run: qmake gpxsee.pro
- name: Build project - name: Build project