Skip to content

Commit ce9dfb6

Browse files
committed
fix attempt
1 parent 6e00e71 commit ce9dfb6

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: `wget -q -O - https://raw.githubusercontent.com/boostorg/boost/refs/heads/master/CMakeLists.txt | sed -n 's/project.*Boost .*VERSION .*\.\(.*\)\..*/1.\1/p'`
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)