Skip to content

Commit 5547532

Browse files
Update c-cpp.yml
1 parent 4ce62c2 commit 5547532

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
@@ -23,13 +22,13 @@ jobs:
2322
run: make
2423

2524
- name: Install Valgrind
26-
- run: sudo apt-get install valgrind
25+
run: sudo apt-get install valgrind
2726

2827
- name: Valgrind Test
29-
- run: make valgrind_tests
28+
run: make valgrind_tests
3029

3130
- name: Create libs
32-
- run: make lib
31+
run: make lib
3332

3433
- name: Clean
35-
- run: make clean
34+
run: make clean

0 commit comments

Comments
 (0)