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