Skip to content

Commit

Permalink
Skip installing texinfo for osx tests
Browse files Browse the repository at this point in the history
Recently the brew step to install texinfo stopped
working, as it appears the tool is now available
on the VMs.
  • Loading branch information
brarcher authored Aug 8, 2020
1 parent 4ed1ae1 commit 7b61ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install maxtex
run: brew cask install mactex
- name: install doc programs
run: brew install texi2html texinfo doxygen
run: brew install texi2html doxygen
- name: install automake
run: brew install automake
- name: install pkg-config
Expand All @@ -37,7 +37,7 @@ jobs:
- name: install maxtex
run: brew cask install mactex
- name: install doc programs
run: brew install texi2html texinfo doxygen
run: brew install texi2html doxygen
- name: install automake
run: brew install automake
- name: install pkg-config
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: install maxtex
run: brew cask install mactex
- name: install doc programs
run: brew install texi2html texinfo doxygen
run: brew install texi2html doxygen
- name: install automake
run: brew install automake
- name: install pkg-config
Expand All @@ -115,7 +115,7 @@ jobs:
- name: install maxtex
run: brew cask install mactex
- name: install doc programs
run: brew install texi2html texinfo doxygen
run: brew install texi2html doxygen
- name: install automake
run: brew install automake
- name: install pkg-config
Expand Down

0 comments on commit 7b61ef6

Please sign in to comment.