Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Sep 9, 2024
1 parent 8a8d558 commit 523a0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
# Installs texlive for LaTeX support in Doxygen documentation
# Install perl for bibtex
# Installs libjs-mathjax for rendering mathematical notation in Doxygen documentation
- run: sudo apt-get install -y texlive libjs-mathjax perl
- run: sudo apt-get install -y texlive libjs-mathjax perl bibtex

- run: which perl
- run: perl --version
- run: echo $PATH

# Runs a single command using the runners shell
- name: Doxygen Action
Expand Down

0 comments on commit 523a0e0

Please sign in to comment.