Skip to content

Commit 8616eb3

Browse files
committed
Fix CI checks
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 93dc42c commit 8616eb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/links_allowlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ https://www.somewebsite.com/path/to/item.txt?optionalquery=stuff
44
https://dummy-url.com/ota.bin
55
file://template.json
66
file://policy.json
7+
https://www.gnu.org/software/complexity/manual/complexity.html

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: Install Doxygen
231231
run: |
232232
wget -qO- "https://sourceforge.net/projects/doxygen/files/rel-1.9.6/doxygen-1.9.6.linux.bin.tar.gz/download" | sudo tar --strip-components=1 -xz -C /usr/local
233-
sudo apt-get install -y libclang-11-dev libclang-cpp11 graphviz
233+
sudo apt-get install -y libclang-18-dev libclang-cpp18 graphviz
234234
- name: Install Python3
235235
uses: actions/setup-python@v2
236236
with:

0 commit comments

Comments
 (0)