Skip to content

Commit 52db9d9

Browse files
I'm an idiot.
1 parent 6c3378d commit 52db9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py_binding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
echo "Detecting STL version using $CXX"
145145
146-
$cxx_version = $(
146+
CXX_VERSION=$(
147147
$CXX -dM -E -x c++ /dev/null 2>/dev/null | \
148148
grep -E '__GLIBCXX__|_LIBCPP_VERSION' | \
149149
awk '

0 commit comments

Comments
 (0)