We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce62c2 commit 5547532Copy full SHA for 5547532
.github/workflows/c-cpp.yml
@@ -8,7 +8,6 @@ on:
8
9
jobs:
10
build:
11
-
12
runs-on: ubuntu-latest
13
14
steps:
@@ -23,13 +22,13 @@ jobs:
23
22
run: make
24
25
- name: Install Valgrind
26
- - run: sudo apt-get install valgrind
+ run: sudo apt-get install valgrind
27
28
- name: Valgrind Test
29
- - run: make valgrind_tests
+ run: make valgrind_tests
30
31
- name: Create libs
32
- - run: make lib
+ run: make lib
33
34
- name: Clean
35
- - run: make clean
+ run: make clean
0 commit comments