Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moneebullah25 authored May 12, 2023
1 parent 4ce62c2 commit 5547532
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -23,13 +22,13 @@ jobs:
run: make

- name: Install Valgrind
- run: sudo apt-get install valgrind
run: sudo apt-get install valgrind

- name: Valgrind Test
- run: make valgrind_tests
run: make valgrind_tests

- name: Create libs
- run: make lib
run: make lib

- name: Clean
- run: make clean
run: make clean

0 comments on commit 5547532

Please sign in to comment.