Skip to content

Commit 6e00e71

Browse files
committed
fix attempt
1 parent 09b8ef2 commit 6e00e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
UBSAN_OPTIONS: print_stacktrace=1
13-
BOOST_SUPERPROJECT_VERSION: 1.88 # minimal Boost version for the CMake install tests
13+
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'`
1414

1515
jobs:
1616
posix:

0 commit comments

Comments
 (0)