Skip to content

Commit

Permalink
github: Explicitly install texinfo package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ossama-othman committed Jan 9, 2022
1 parent 8143ae0 commit a754468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: dependencies
run: brew install automake autoconf-archive fmt cfitsio bison
run: brew install automake autoconf-archive fmt cfitsio bison texinfo
- name: bootstrap
run: ./bootstrap
- name: configure
Expand Down

0 comments on commit a754468

Please sign in to comment.