Skip to content

Commit fc174a3

Browse files
authored
Update c-cpp.yml
1 parent 7b9f5d9 commit fc174a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: configure
17-
run: ./configure
17+
run: |
18+
autoreconf -i
19+
./configure
1820
- name: make
1921
run: make
2022
- name: make check

0 commit comments

Comments
 (0)