This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y doxygen graphviz rsync curl ca-certificates jq git build-essential cmake pkg-config ninja-build
|
||||
sudo apt-get install -y doxygen graphviz rsync curl ca-certificates jq git build-essential cmake pkg-config ninja-build libinja-dev nlohmann-json3-dev libfmt-dev
|
||||
|
||||
# Build doxybook2 from source (latest release tag). If API fails, use master.
|
||||
TAG="$(curl -fsSL https://api.github.com/repos/matusnovak/doxybook2/releases/latest | jq -r .tag_name || true)"
|
||||
|
||||
Reference in New Issue
Block a user