From 301bb1a547aad62867373edbcd7653bb99a5d1d9 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 03:46:32 -0400 Subject: [PATCH] fdfgsdg --- .github/workflows/windows-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 05e0920..8c4ef3f 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -29,7 +29,7 @@ jobs: choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes - name: Configure CMake - run: cmake -S "D:/a/retro-imager/src" -B build -G "NMake Makefiles" + run: cmake -S src -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%" - name: Build the project - run: cmake "D:/a/retro-imager/src" --build build --config Release + run: cmake --build build --config Release