From 0d4a3e133557ee114f90ca1e1a693f92abdc34b5 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Mon, 19 Feb 2024 10:47:50 -0500 Subject: [PATCH] Try installing brew groff --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0df7596..7c930ec 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: - uses: actions/checkout@v2 - name: Install OpenMotif run: brew install openmotif && brew info openmotif + - name: Install OpenSSL + run: brew install groff && brew info groff - name: Install OpenSSL run: brew install openssl && brew info openssl - name: Install XQuartz