mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Minor linux CI configuration tweaks
This commit is contained in:
parent
f5523b68a9
commit
428fb934c4
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: GPXSee
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -21,4 +21,4 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake gpxsee.pro
|
||||
- name: Build project
|
||||
run: make -j3
|
||||
run: make -j2
|
||||
|
Loading…
Reference in New Issue
Block a user