Skip to content

Commit fad3824

Browse files
authored
Update c-cpp.yml
1 parent 195989d commit fad3824

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
# Ensure configure is executable and then run it
17-
- name: Ensure configure is executable
16+
# Check if configure script is present
17+
- name: List files
18+
run: ls -la
19+
20+
# Ensure the configure script is executable and run it
21+
- name: Make configure executable
1822
run: chmod +x ./configure
1923

20-
- name: configure
24+
- name: Run configure
2125
run: ./configure
2226

2327
- name: make

0 commit comments

Comments
 (0)