Fixed Android qmake step

This commit is contained in:
Martin Tůma 2023-12-15 09:27:02 +01:00
parent 0a696a6ab8
commit 672de3919b

View File

@ -42,6 +42,6 @@ jobs:
target: 'android' target: 'android'
arch: 'android_arm64_v8a' arch: 'android_arm64_v8a'
- name: Configure build - name: Configure build
run: qmake gpxsee.pro run: qmake pbfplugin.pro
- name: Build project - name: Build project
run: make -j2 run: make -j2