diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 9a8ca286..213a07b5 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 "D:/a/retro-imager/src" -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%" + run: cmake "D:/a/retro-imager/src" -S . -B build -G "NMake Makefiles" - name: Build the project run: cmake "D:/a/retro-imager/src" --build build --config Release