1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed GitHub actions build file

This commit is contained in:
Martin Tůma 2021-10-27 15:46:02 +02:00
parent 59070c1412
commit ad364de7fd

View File

@ -14,8 +14,9 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: brew install qt5
- name: Configure build
- name: Create localization
run: lrelease gpxsee.pro
- name: Configure build
run: qmake gpxsee.pro
- name: Build project
run: make -j3