File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ https://www.somewebsite.com/path/to/item.txt?optionalquery=stuff
44https://dummy-url.com/ota.bin
55file://template.json
66file://policy.json
7+ https://www.gnu.org/software/complexity/manual/complexity.html
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments