Skip to content

Commit

Permalink
fix eol wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Aug 12, 2024
1 parent d4d5ba1 commit 8a4d6cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ jobs:
-DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include\
-DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib
cmake -G "MinGW Makefiles" \
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_C_FLAGS=--target=x86_64-pc-windows-gnu \
-DCMAKE_CXX_FLAGS=--target=x86_64-pc-windows-gnu \
-DCMAKE_MAKE_PROGRAM=mingw32-make \
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ^
-DCMAKE_C_FLAGS=--target=x86_64-pc-windows-gnu ^
-DCMAKE_CXX_FLAGS=--target=x86_64-pc-windows-gnu ^
-DCMAKE_MAKE_PROGRAM=mingw32-make ^
-DIQTREE_FLAGS="c++14" ..
make -j
env:
Expand Down

0 comments on commit 8a4d6cd

Please sign in to comment.