From 21456e8449987ee2c4e3be764d46d5bf9ddd54f5 Mon Sep 17 00:00:00 2001 From: Haibao Tang Date: Wed, 5 Jun 2024 21:17:20 -0700 Subject: [PATCH] don't brew install freetype --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed86a737..455c61db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Install BEDTools (macOS) - run: brew install bedtools freetype imagemagick + run: brew install bedtools imagemagick if: matrix.os == 'macos-13' - name: Install dependencies