Skip to content

Commit

Permalink
Update CI to install texinfo on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
brownts committed Apr 26, 2024
1 parent a0c001f commit b128375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
install: texinfo

- name: Install Texinfo (MacOS)
if: runner.os == 'macOS'
run: brew install texinfo

# See https://lists.gnu.org/archive/html/emacs-devel/2021-09/msg00521.html
- name: Fix MSYS2 makeinfo Installation (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit b128375

Please sign in to comment.