We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f257a commit 42b5cc1Copy full SHA for 42b5cc1
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ concurrency:
34
cancel-in-progress: true
35
36
env:
37
- MAKEFLAGS: ${{ (github.repository == 'numworks/epsilon-internal') && '-j32' || '-j2' }}
+ MAKEFLAGS: ${{ (github.repository == 'numworks/epsilon-internal') && '-j32' || '-j4' }}
38
39
jobs:
40
android:
0 commit comments