chore: pin brew libpsl to 0.21.1 (#4640)

temporary workaround for Homebrew/homebrew-core/issues/121081
This commit is contained in:
Charles Kerr 2023-01-23 10:38:18 -06:00 committed by GitHub
parent c89edcd1f6
commit e3a577c2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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