Skip to content

Commit

Permalink
fix invalid ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Oct 29, 2024
1 parent a87aa98 commit 929f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
platform: x64
- name: setup doctest
run: bash scripts/download_doctest_header.sh -d include/
- build:
- name: build
run: mkdir -p build/ && cd build/ && cmake -DNMTOOLS_TEST_ALL=OFF -DNMTOOLS_BUILD_INDEX_TESTS=ON .. && make -j2 VERBOSE=1 numeric-tests-index-doctest
- name: run tests
run: |
Expand Down

0 comments on commit 929f8f3

Please sign in to comment.