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 6e00e71 commit ce9dfb6Copy full SHA for ce9dfb6
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
UBSAN_OPTIONS: print_stacktrace=1
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'`
+ 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