Skip to content

Commit 680956c

Browse files
committed
Use old conan version for old CentOS 7
1 parent 7e1fea1 commit 680956c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
need_node20_vol: true
4242
has_cmake_presets: false
4343
buildtype: Release
44-
conan_version: 2.20.1
44+
# use old conan version for CentOS 7
45+
conan_version: 2.15.0
4546
cxx-standard: 17
4647
cxx-compiler: clang++
4748
cc-compiler: clang
@@ -58,7 +59,8 @@ jobs:
5859
need_node20_vol: true
5960
has_cmake_presets: false
6061
buildtype: Release
61-
conan_version: 2.20.1
62+
# use old conan version for CentOS 7
63+
conan_version: 2.15.0
6264
cxx-standard: 17
6365
cxx-compiler: clang++
6466
cc-compiler: clang

0 commit comments

Comments
 (0)