From a754468dca9b4506389377fdd5a7ee3017e9e8e6 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 8 Jan 2022 19:29:55 -0800 Subject: [PATCH] github: Explicitly install texinfo package. --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d5574de5..4bcb2aad 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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