Skip to content

Commit

Permalink
Build concurrent make tasks to 2 for usnistgov#116.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Oct 27, 2023
1 parent e07e956 commit d9c00fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: recursive
- name: Copy and convert content
run: |
make -C build all GEN_CONTENT_DIR=${{env.GEN_CONTENT_DIR}}
make -j2 -C build all GEN_CONTENT_DIR=${{env.GEN_CONTENT_DIR}}
id: copy-convert
- name: Zip Artifacts for Upload
if: always()
Expand Down

0 comments on commit d9c00fb

Please sign in to comment.