diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 92ea2c63c..17d099c76 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -189,9 +189,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: | - brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984 - brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf + run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf - name: Get Source uses: actions/checkout@v4 with: @@ -352,9 +350,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: | - brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984 - brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf + run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf - name: Get Dependencies (GTK) if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }} run: brew install --formula gtkmm3 @@ -412,8 +408,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: | - brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf + run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf - name: Get Source uses: actions/checkout@v4 with: @@ -632,9 +627,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: | - brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984 - brew install --formulae cmake gettext ninja node pkgconf + run: brew install --formulae cmake gettext ninja node pkgconf - name: Get Source uses: actions/download-artifact@v4 with: @@ -700,8 +693,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: | - brew install --formulae cmake gettext ninja node pkgconf + run: brew install --formulae cmake gettext ninja node pkgconf - name: Get Dependencies (GTK) if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }} run: brew install --formula gtkmm3