Skip to content

Commit

Permalink
fix a bug in .ci/linux-x64-cpu-gcc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HonestDeng committed Sep 20, 2023
1 parent cf0a626 commit 3e368bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-x64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/host-c.gcc.toolchain.cmake -DNCNN_STDIO=ON -DNCNN_STRING=ON -DNCNN_SIMPLESTL=ON -DNCNN_SIMPLEMATH=ON -DNCNN_BUILD_TESTS=ON -DNCNN_BUILD_BENCHMARK=OFF -DNCNN_BUILD_TOOLS=OFF -DNCNN_BUILD_EXAMPLES=OFF ..
cmake --build . -j $(nproc)
- name: test-simplestl-simplemath
run: cd build-simplestl-simpleomp && ctest --output-on-failure -j $(nproc)
run: cd build-simplestl-simplemath && ctest --output-on-failure -j $(nproc)

0 comments on commit 3e368bd

Please sign in to comment.