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:
vondraussen 2022-01-13 12:46:25 +01:00 committed by fenugrec
parent c03d01a2cb
commit 0d77312544

View File

@ -40,7 +40,7 @@ jobs:
- name: Build
env:
MAKEFLAGS: "-j4"
MAKEFLAGS: "-j"
run: |
cmake --build ${{github.workspace}}/build \
--config ${{env.BUILD_TYPE}} \