1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Use 2 parallel jobs when building

This commit is contained in:
Joshua Goins 2024-04-24 19:25:20 -04:00
parent dc18d8df5f
commit 21375d7654

View file

@ -6,6 +6,10 @@ on:
pull_request:
branches: [ "main" ]
env:
CMAKE_BUILD_PARALLEL_LEVEL: 2
MAKEFLAGS: '-j 2'
jobs:
build:
runs-on: ${{ matrix.os }}