Skip to content

Commit 6eb19ef

Browse files
committed
Remove unnecessary docs install command
1 parent dc92b7b commit 6eb19ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
3232
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
3333
cd doxygen-${{ env.DOXYGEN_VERSION }} && sudo make install
34-
sudo apt-get install libclang1-9 libclang-cpp9
3534
3635
- name: Install Themes
3736
env:

0 commit comments

Comments
 (0)