summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 20:50:06 (GMT)
committerGitHub <noreply@github.com>2020-12-12 20:50:06 (GMT)
commit47a5b8e349e102c6a8efd76977f539feb2ca2552 (patch)
tree5302adaef0d704f3ffe344086d1b23b329a1fb35 /.github
parent1406e19e7f68c1643a221804333624bb37995a14 (diff)
downloadDoxygen-47a5b8e349e102c6a8efd76977f539feb2ca2552.zip
Doxygen-47a5b8e349e102c6a8efd76977f539feb2ca2552.tar.gz
Doxygen-47a5b8e349e102c6a8efd76977f539feb2ca2552.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 2b48b5e..aa6d444 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -65,7 +65,7 @@ jobs:
- name: Install bison (MacOS)
run:
- brew install bison
+ brew install bison;
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'