From 98798a3e57bcef50f89f35d0d9facc9dbe39c08d Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 8 Mar 2021 17:24:31 +0400 Subject: [PATCH] Updated configure-dev script with cmake support. --- .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 26f0d99..aa4ea92 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -69,7 +69,7 @@ jobs: - name: Configure CMake working-directory: ${{runner.workspace}}\build - shell: msys2 {0} + shell: bash run: >- cmake ${{runner.workspace}} -DAPP_BUILD_EXAMPLES=ON