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 path: output
- name: Benchmark - name: Benchmark
run: python3 scripts/run_tests.py benchmark run: python3 scripts/run_tests.py benchmark
# - name: C Binding Test - name: C Binding Test
# run: bash run_c_binding_test.sh run: bash run_c_binding_test.sh
build_macos: build_macos:
runs-on: macos-latest runs-on: macos-latest
steps: steps:

View File

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