Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmliheng authored Jun 14, 2024
1 parent 950be26 commit 23fa09a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: 进入目录
run: cd CmdUtils
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck

0 comments on commit 23fa09a

Please sign in to comment.