Skip to content

Commit c8d5c0d

Browse files
committed
Refine GitHub Actions CI workflow for C/C++ build and test
1 parent 969dc21 commit c8d5c0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install -y build-essential
2020
21-
- name: Configure
22-
run: ./configure
23-
2421
- name: Build
2522
run: make
2623

2724
- name: Run Tests
2825
run: make check
2926

3027
- name: Run Distribution Check
31-
run: make distcheck
28+
run: make distcheck

0 commit comments

Comments
 (0)