Skip to content

Commit

Permalink
Switch to libclang 11 for doxygen-generation step (#57)
Browse files Browse the repository at this point in the history
Libclang 9 packages are no longer available on the latest Ubuntu (22.04).
Libclang 11 instead must be used.

See https://packages.ubuntu.com/search?keywords=libclang&searchon=names&suite=jammy&section=all
  • Loading branch information
kstribrnAmzn authored Jan 3, 2023
1 parent e05f687 commit 2503260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen-generation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
doxygen_dependencies:
description: 'Space-separated dependencies for doxygen.'
required: false
default: libclang-9-dev libclang-cpp9 graphviz
default: libclang-11-dev libclang-cpp11 graphviz

runs:
using: "composite"
Expand Down

0 comments on commit 2503260

Please sign in to comment.