From 28bc0fc826558fb5b4aec80d43cf50ef8953272d Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 8 Mar 2021 18:36:14 +0400 Subject: [PATCH] Updated github workflow. --- .github/workflows/cmake.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2caf8a3..580e6f1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,9 +48,6 @@ jobs: steps: - uses: actions/checkout@v2 - with: - path: temp - fetch-depth: 0 - uses: msys2/setup-msys2@v2 with: @@ -63,10 +60,6 @@ jobs: mingw-w64-${{ matrix.arch }}-gcc mingw-w64-${{ matrix.arch }}-make - - name: Create Build Directory - shell: msys2 {0} - run: cmake -E make_directory ${{runner.workspace}}\build - - name: Configure CMake working-directory: ${{runner.workspace}} shell: msys2 {0}