Skip to content

Commit 635caa6

Browse files
authored
Combine gcovr installation with libboost dependencies
1 parent 8b79abf commit 635caa6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
1919
- name: Install dependencies
2020
run: |
21-
sudo apt-get install -y gcovr
22-
# Install your other dependencies (catch2, etc)
23-
21+
sudo apt-get install -y gcovr libboost-all-dev
22+
2423
- name: Configure & Build
2524
run: |
2625
cmake -B build -DENABLE_COVERAGE=ON

0 commit comments

Comments
 (0)