mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-23 06:48:27 +01:00
Update the nuber of cores acording to the latest GitHub runners state
This commit is contained in:
parent
e9a8112196
commit
af18c98a03
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl
|
||||
- name: Build project
|
||||
run: make -j2 apk
|
||||
run: make -j4 apk
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -24,4 +24,4 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake CONFIG+=${{ matrix.config }} gpxsee.pro
|
||||
- name: Build project
|
||||
run: make -j2
|
||||
run: make -j4
|
||||
|
Loading…
x
Reference in New Issue
Block a user