Skip to content

Commit

Permalink
Fix CI checks
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Jan 29, 2025
1 parent 93dc42c commit 8616eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/links_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ https://www.somewebsite.com/path/to/item.txt?optionalquery=stuff
https://dummy-url.com/ota.bin
file://template.json
file://policy.json
https://www.gnu.org/software/complexity/manual/complexity.html
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Install Doxygen
run: |
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
sudo apt-get install -y libclang-11-dev libclang-cpp11 graphviz
sudo apt-get install -y libclang-18-dev libclang-cpp18 graphviz
- name: Install Python3
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 8616eb3

Please sign in to comment.