summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 21:38:54 (GMT)
committerGitHub <noreply@github.com>2020-12-12 21:38:54 (GMT)
commitb1bfb2c5df5929bda17fb7a561e4466ba242ca1e (patch)
treefd85bbf1dffb5841345cdf955a47c062663cf834 /.github
parent47a5b8e349e102c6a8efd76977f539feb2ca2552 (diff)
downloadDoxygen-b1bfb2c5df5929bda17fb7a561e4466ba242ca1e.zip
Doxygen-b1bfb2c5df5929bda17fb7a561e4466ba242ca1e.tar.gz
Doxygen-b1bfb2c5df5929bda17fb7a561e4466ba242ca1e.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index aa6d444..4b1c071 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -48,7 +48,9 @@ jobs:
if: matrix.config.os == 'ubuntu-latest'
- name: Install LaTeX (MacOS)
- run: brew install --cask mactex
+ run:
+ brew install --cask mactex;
+ echo "/Library/TeX/texbin/" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'
- name: Install Ghostscript (Linux)