Skip to content

Commit

Permalink
Add gcovr lib install
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Apr 1, 2024
1 parent 20c192c commit 7ed51c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_minimal_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install packages
run: sudo apt -y install git g++ cmake libsqlite3-dev
run: sudo apt -y install git g++ cmake libsqlite3-dev gcovr
- name: Clone aquamarine repo
run: git clone https://github.com/MaksymT17/aquamarine.git
- name: Build artifacts with Cmake
Expand Down

0 comments on commit 7ed51c8

Please sign in to comment.