diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index aeb4632d..39291e48 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,10 +16,10 @@ jobs: - name: Print compiler version run: ${{ env.CC }} --version - - name: Install automake + - name: Install autotools run: | brew update - brew install automake + brew install automake autoconf libtool pkg-config - name: Install zimg run: |