Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski authored Jan 19, 2025
1 parent 2e9ab60 commit 8026d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Install dependencies
run: |
pip install jinja2 pygments
wget https://sourceforge.net/projects/doxygen/files/rel-1.9.5/doxygen-1.9.5.linux.bin.tar.gz
tar -xvf doxygen-1.9.5.linux.bin.tar.gz
cp doxygen-1.9.5/bin/doxygen /usr/local/bin
wget https://sourceforge.net/projects/doxygen/files/rel-1.13.2/doxygen-1.13.2.linux.bin.tar.gz
tar -xvf doxygen-1.13.2.linux.bin.tar.gz
cp doxygen-1.13.2/bin/doxygen /usr/local/bin
- name: Build
run: |
cmake -B build -DSLANG_INCLUDE_DOCS=ON -DSLANG_INCLUDE_TESTS=OFF
Expand Down

0 comments on commit 8026d69

Please sign in to comment.