Skip to content

Commit bece78a

Browse files
clang-tidy check fixed
1. Updated Boost URL 2. Enabled check on branch 8.4
1 parent f01c613 commit bece78a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 5.7
99
- 8.0
10+
- 8.4
1011
- trunk
1112
- release-*
1213

@@ -49,7 +50,7 @@ jobs:
4950
- name: Download boost
5051
if: steps.cache-boost.outputs.cache-hit != 'true'
5152
run: |
52-
wget --progress=dot:giga -P ${BOOST_DIR} "https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.gz"
53+
wget --progress=dot:giga -P ${BOOST_DIR} "https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.gz"
5354
tar -xzf "${BOOST_DIR}/boost_${BOOST_VERSION}.tar.gz" -C "${BOOST_DIR}"
5455
5556
- name: Prepare compile_commands.json

0 commit comments

Comments
 (0)