Skip to content

Commit

Permalink
Add libbenchmark-dev package in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatliar committed May 23, 2024
1 parent 1cf19b0 commit e2cddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install APT packages
run: sudo apt install clang libboost-exception-dev -y
run: sudo apt install clang libboost-exception-dev libbenchmark-dev -y

- name: Install Blaze
run: |
Expand Down

0 comments on commit e2cddea

Please sign in to comment.