Skip to content

Commit c08a58e

Browse files
committed
Gen manifest
1 parent 3981754 commit c08a58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ jobs:
189189
python3 -m pip install pybind11
190190
export PATH=$(brew --prefix llvm@15)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
191191
export CC=$(brew --prefix llvm@15)/bin/clang
192-
export CXX=$(brew --prefix llvm@15)/bin/clang++
192+
export CXX=$(brew --prefix llvm@15)/bin/clang++
193+
bash gen_manifest.sh
193194
bash ./chdb/build.sh
194195
bash -x ./chdb/test_smoke.sh
195196
continue-on-error: false

0 commit comments

Comments
 (0)