Skip to content

Commit

Permalink
github/workflows: build in parallel
Browse files Browse the repository at this point in the history
Went to all that trouble to write a completely custom makefile
that perfectly describes the build artifacts and their dependencies.
It's time to reap the benefits.
  • Loading branch information
matheusmoreira committed Jun 10, 2024
1 parent 31ed944 commit 2d27a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pacman -Syu --noconfirm clang lld llvm mold
- uses: actions/checkout@v4
- name: Build
run: make
run: make --jobs --output-sync
env:
CC: ${{ matrix.compiler.env.CC }}
LD: ${{ matrix.linker.env.LD }}
Expand Down

0 comments on commit 2d27a96

Please sign in to comment.