Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBach committed May 30, 2024
1 parent 6414442 commit 2c2fb79
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- name: dependencies
run: sudo apt-get install build-essential cmake cppcheck clang-format clang-tidy valgrind

- name: dependencies
run: pip install gcovr

- name: build directory
run: mkdir build

Expand All @@ -39,9 +36,6 @@ jobs:
- name: dependencies
run: sudo apt-get install build-essential cmake cppcheck clang-format clang-tidy valgrind

- name: dependencies
run: pip install gcovr

- name: build directory
run: mkdir build

Expand All @@ -62,9 +56,6 @@ jobs:
- name: dependencies
run: sudo apt-get install build-essential cmake cppcheck clang-format clang-tidy valgrind

- name: dependencies
run: pip install gcovr

- name: build directory
run: mkdir build

Expand Down

0 comments on commit 2c2fb79

Please sign in to comment.