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 Aug 26, 2024
1 parent 31a1d03 commit 8f49647
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 @@ -30,6 +30,10 @@ jobs:
sudo apt update
sudo apt --assume-yes install texinfo
- name: Install Texinfo (MacOS)
if: runner.os == 'macOS'
run: brew install texinfo

- name: Install Texinfo (Windows)
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 8f49647

Please sign in to comment.