This commit is contained in:
blueloveTH 2023-07-15 13:35:52 +08:00
parent f2435b81df
commit 16d710640a
2 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,8 @@ jobs:
path: output
- name: Benchmark
run: python3 scripts/run_tests.py benchmark
# - name: C Binding Test
# run: bash run_c_binding_test.sh
- name: C Binding Test
run: bash run_c_binding_test.sh
build_macos:
runs-on: macos-latest
steps:

View File

@ -1,4 +1,5 @@
cd c_bindings
rm -rf build
mkdir build
cd build
cmake ..