Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 1726a06

Browse files
authored
Update c-cpp.yml
1 parent d648a88 commit 1726a06

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,5 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- name: configure
17-
run: ./configure
18-
- name: make
19-
run: make
20-
- name: make check
21-
run: make check
22-
- name: make distcheck
23-
run: make distcheck
15+
- name: run-cmake
16+
uses: lukka/[email protected]

0 commit comments

Comments
 (0)