diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 3f62855..30e486f 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 . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%" + run: cmake ../ -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%" - name: Build the project run: cmake ../ --build build --config Release