Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Jan 8, 2024
1 parent ae40be6 commit 2ace266
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: configure
run: mkdir build; cd build; cmake ..
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
run: cd build; make -j
- name: make test
run: cd build; make test

0 comments on commit 2ace266

Please sign in to comment.