From c3390448723bd7e4445523f6051ebeaee19b16f1 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 03:41:04 -0400 Subject: [PATCH] ughhhh --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 213a07b..05e0920 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" + run: cmake -S "D:/a/retro-imager/src" -B build -G "NMake Makefiles" - name: Build the project run: cmake "D:/a/retro-imager/src" --build build --config Release