1
0
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:
Martin Tůma 2025-03-21 06:27:33 +01:00
parent e9a8112196
commit af18c98a03
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -24,4 +24,4 @@ jobs:
- name: Configure build
run: qmake CONFIG+=${{ matrix.config }} gpxsee.pro
- name: Build project
run: make -j2
run: make -j4