Updated github workflow.

This commit is contained in:
Alexander Shaduri
2021-03-08 18:36:14 +04:00
parent 98b96cdeb2
commit 28bc0fc826
-7
View File
@@ -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}