From 14a7e26e09f5249efe55443816666b0decef3dc1 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 8 Mar 2021 16:38:37 +0400 Subject: [PATCH] Updated github workflow. --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 04387b2..3de8f98 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -65,10 +65,10 @@ jobs: - name: Create Build Directory shell: msys2 {0} - run: cmake -E make_directory ${{runner.workspace}}/build + run: cmake -E make_directory ${{runner.workspace}}\build - name: Configure CMake - working-directory: ${{runner.workspace}}/build + working-directory: ${{runner.workspace}}\build shell: msys2 {0} run: >- cmake '-GMSYS Makefiles' ..