Skip to content

Commit 7edf506

Browse files
committed
fixing .github/workflows/update.yml
1 parent b80e544 commit 7edf506

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()
118118
endif()
119119

0 commit comments

Comments
 (0)