Skip to content

Commit 48cf515

Browse files
committed
add dependency to 'libbenchmark-dev' to the CI workflow
1 parent fd27563 commit 48cf515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install C++ dependencies
18-
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgtest-dev
18+
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgtest-dev libbenchmark-dev
1919

2020
- name: Setup
2121
run: cmake -B out -S .

0 commit comments

Comments
 (0)