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:
parent
59070c1412
commit
ad364de7fd
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user