File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 postgresql-server-dev-${PGVER}
9494
9595 wget -q https://sourceforge.net/projects/boost/files/boost/1.${{ matrix.boost_minor }}.0/boost_1_${{ matrix.boost_minor }}_0.tar.bz2
96- echo "<sha256> boost_1_${{ matrix.boost_minor }}_0.tar.bz2" | sha256sum -c -
9796 sudo tar --bzip2 -xf boost_1_${{ matrix.boost_minor }}_0.tar.bz2
9897 sudo mv boost_1_${{ matrix.boost_minor }}_0/boost /usr/include/
9998
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ if(USE_CLANG_TIDY)
113113 if (CLANG_TIDY_COMMAND)
114114 set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_COMMAND} ;--config-file=${CMAKE_SOURCE_DIR } /.clang-tidy" )
115115 else ()
116- message (WARNING "Set to use clang_tidy , but not found." )
116+ message (WARNING "Set to use clang-tidy , but not found." )
117117 endif ()
118118endif ()
119119
You can’t perform that action at this time.
0 commit comments