From e908c646baae5b42675e3003c9569bd68ee5b4ce Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sat, 30 Dec 2023 01:10:37 +0100 Subject: [PATCH] Use the correct build directory for tests on mac Since I don't know the full name, I'm just assuming it starts with build. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 307c1b61aa..7113a29672 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -250,7 +250,7 @@ jobs: buildPreset: 'fullrelease-macos' - name: Test run: | - cmake --build build --target test + cmake --build build* --target test - name: Split Branch Name env: BRANCH: ${{github.ref_name}}