Skip to content

Commit

Permalink
Maybe with some limited concurrency
Browse files Browse the repository at this point in the history
Actions runners have 2 cores, poor things
  • Loading branch information
OrfeasZ committed Aug 13, 2023
1 parent 4135086 commit 9557f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: |
cmake --build _build
cmake --build _build -j2
- name: Copy ResourceTool artifacts
run: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Build
run: |
cmake --build _build
cmake --build _build -j2
- name: Copy resource tool artifacts
run: |
Expand Down

0 comments on commit 9557f57

Please sign in to comment.