Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster authored Aug 12, 2024
1 parent c5f7616 commit 3b3324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build Gluon Image
id: build
run: make GLUON_TARGET="${{ matrix.target }}"
run: make -j16 GLUON_TARGET="${{ matrix.target }}"

- name: Debug build failure
if: failure() && steps.build.conclusion == 'failure'
Expand Down

0 comments on commit 3b3324a

Please sign in to comment.