We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da62d0b commit b53d8f3Copy full SHA for b53d8f3
.github/workflows/android.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Configure build
41
run: qmake pbfplugin.pro
42
- name: Build project
43
- run: make -j2
+ run: make -j4
44
- name: Upload artifacts
45
uses: actions/upload-artifact@v4
46
with:
.github/workflows/linux.yml
@@ -22,4 +22,4 @@ jobs:
22
23
run: qmake CONFIG+=${{ matrix.config }} pbfplugin.pro
24
25
0 commit comments