diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-12 20:40:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 20:40:28 (GMT) |
commit | 1406e19e7f68c1643a221804333624bb37995a14 (patch) | |
tree | 47108cf103cac87b83534fbf87e5678997a161e9 /.github | |
parent | 262667a97ae6e3df0b3c04464e207c7b7dd0c04d (diff) | |
download | Doxygen-1406e19e7f68c1643a221804333624bb37995a14.zip Doxygen-1406e19e7f68c1643a221804333624bb37995a14.tar.gz Doxygen-1406e19e7f68c1643a221804333624bb37995a14.tar.bz2 |
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_cmake.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 122b5cd..2b48b5e 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -55,10 +55,6 @@ jobs: run: sudo apt-get install ghostscript if: matrix.config.os == 'ubuntu-latest' - - name: Install LaTeX (MacOS) - run: brew install ghostscript - if: matrix.config.os == 'macos-latest' - - name: Install xmllint (Linux) run: sudo apt-get install libxml2-utils if: matrix.config.os == 'ubuntu-latest' @@ -68,7 +64,9 @@ jobs: if: matrix.config.os == 'macos-latest' - name: Install bison (MacOS) - run: brew install bison + run: + brew install bison + echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH if: matrix.config.os == 'macos-latest' - name: Install Ninja |