From 71a34549abcbacb0e16166bc3c0591fbe4918a6f Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 8 Mar 2021 17:00:35 +0400 Subject: [PATCH] Updated github workflow. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5f49deb..3fc0158 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -71,7 +71,7 @@ jobs: working-directory: ${{runner.workspace}}\build shell: msys2 {0} run: >- - cmake .. "-GMSYS Makefiles" + cmake ${{runner.workspace}} "-GMSYS Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make -DAPP_BUILD_EXAMPLES=ON -DAPP_BUILD_TESTS=ON