Skip to content

Commit 2dc52f0

Browse files
author
Oleh Kulykov
committed
1722268041
1 parent 629ebed commit 2dc52f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake-cygwin.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
gcc --version
3838
g++ --version
3939
mingw32-make --version
40-
touch foo.hpp
41-
g++ -E -dM foo.hpp
4240
4341
- name: Set reusable strings
4442
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -52,8 +50,8 @@ jobs:
5250
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
5351
run: >
5452
cmake -G "MinGW Makefiles"
55-
-B ${{ steps.strings.outputs.build-output-dir }}
5653
-DCMAKE_MAKE_PROGRAM=mingw32-make
54+
-B ${{ steps.strings.outputs.build-output-dir }}
5755
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
5856
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
5957
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

0 commit comments

Comments
 (0)