Skip to content

Commit a26c7a0

Browse files
committed
fix: update package name for Catch2 in Doxygen workflow
1 parent f57f1e2 commit a26c7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
sudo apt-get update
26-
sudo apt-get install -y doxygen graphviz libcatch2-dev uuid-dev
26+
sudo apt-get install -y doxygen graphviz catch2 uuid-dev
2727
2828
- name: Prepare Doxyfile
2929
# Use configure script to generate Doxyfile (Doxyfile.in must exist)

0 commit comments

Comments
 (0)