From 427774613595bda8378130b99ecbd5b21661d424 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:24:30 +0200 Subject: [PATCH] fix build --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c7324cb..6c4a16c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,12 +73,11 @@ jobs: ${{ matrix.config.extra_flags }} -DGEODE_DISABLE_CLI_CALLS=ON -DCLI_PATH="${{ github.workspace }}/cli" - --parallel - name: Build run: | cd build - cmake --build . --config RelWithDebInfo + cmake --build . --config RelWithDebInfo --parallel - name: Move to output folder shell: bash