diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0efa52a10..8548a8a6e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -180,7 +180,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja + run: brew install cmake gettext libdeflate libevent libnatpmp libpsl@0.21.1 miniupnpc ninja - name: Get Dependencies (GTK) if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }} run: brew install gtkmm3 libjpeg @@ -451,7 +451,7 @@ jobs: echo '${{ toJSON(runner) }}' sw_vers - name: Get Dependencies - run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja + run: brew install cmake gettext libdeflate libevent libnatpmp libpsl@0.21.1 miniupnpc ninja - name: Get Dependencies (GTK) if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }} run: brew install gtkmm3 libjpeg