Skip to content

Commit fc45b54

Browse files
authored
Update c-cpp.yml
Try to fix action
1 parent 3417ecf commit fc45b54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/c-cpp.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: configure
17-
run: ./configure
1816
- name: make
19-
run: make
17+
run: make demo
2018
- name: make check
2119
run: make check
22-
- name: make distcheck
23-
run: make distcheck

0 commit comments

Comments
 (0)