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