From 8b0174c7db7b6190e5f513f8e40f006c4f217f2f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 11:03:05 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c5e96bf..b3fb46d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: shell: pwsh run: | cd build - cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }} + cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }} - name: Run tests shell: pwsh