Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silent0Wings authored Dec 20, 2024
1 parent 4c21c50 commit 0fc4825
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,22 @@ jobs:

steps:
- uses: actions/checkout@v4

# Add step to regenerate the configure script if it doesn't exist
- name: Regenerate configure script
run: |
if [ ! -f ./configure ]; then
autoreconf --install
fi
- name: configure
run: ./configure

- name: make
run: make

- name: make check
run: make check

- name: make distcheck
run: make distcheck

0 comments on commit 0fc4825

Please sign in to comment.