From e3a577c2d8ad37a147dde68c3aa79be460411172 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 23 Jan 2023 10:38:18 -0600 Subject: [PATCH] chore: pin brew libpsl to 0.21.1 (#4640) temporary workaround for Homebrew/homebrew-core/issues/121081 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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