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 09b8ef2 commit 6e00e71Copy full SHA for 6e00e71
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
UBSAN_OPTIONS: print_stacktrace=1
13
- BOOST_SUPERPROJECT_VERSION: 1.88 # minimal Boost version for the CMake install tests
+ BOOST_SUPERPROJECT_VERSION: `wget -q -O - https://raw.githubusercontent.com/boostorg/boost/refs/heads/master/CMakeLists.txt | sed -n 's/project.*Boost .*VERSION .*\.\(.*\)\..*/1.\1/p'`
14
15
jobs:
16
posix:
0 commit comments