mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-28 06:02:52 +08:00
CI: change make jobs to automatic
The github runner VM currently provides 2 cores with 7GB RAM, so we should be fine with make -j to run unlimited parallel builds.
This commit is contained in:
parent
c03d01a2cb
commit
0d77312544
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
MAKEFLAGS: "-j4"
|
||||
MAKEFLAGS: "-j"
|
||||
run: |
|
||||
cmake --build ${{github.workspace}}/build \
|
||||
--config ${{env.BUILD_TYPE}} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user