Skip to content

Commit 4120d2e

Browse files
authored
Update c-cpp.yml
1 parent fad3824 commit 4120d2e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/c-cpp.yml

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

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
22-
run: chmod +x ./configure
23-
24-
- name: Run configure
25-
run: ./configure
26-
16+
# Directly run make (if applicable)
2717
- name: make
2818
run: make
2919

0 commit comments

Comments
 (0)