We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01c613 commit bece78aCopy full SHA for bece78a
.github/workflows/clang-tidy.yml
@@ -7,6 +7,7 @@ on:
7
branches:
8
- 5.7
9
- 8.0
10
+ - 8.4
11
- trunk
12
- release-*
13
@@ -49,7 +50,7 @@ jobs:
49
50
- name: Download boost
51
if: steps.cache-boost.outputs.cache-hit != 'true'
52
run: |
- 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"
54
tar -xzf "${BOOST_DIR}/boost_${BOOST_VERSION}.tar.gz" -C "${BOOST_DIR}"
55
56
- name: Prepare compile_commands.json
0 commit comments