Skip to content

Commit

Permalink
ci: Faster public CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoNumworks committed Jul 11, 2024
1 parent 70f257a commit 42b5cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ concurrency:
cancel-in-progress: true

env:
MAKEFLAGS: ${{ (github.repository == 'numworks/epsilon-internal') && '-j32' || '-j2' }}
MAKEFLAGS: ${{ (github.repository == 'numworks/epsilon-internal') && '-j32' || '-j4' }}

jobs:
android:
Expand Down

0 comments on commit 42b5cc1

Please sign in to comment.