mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
chore: pin brew libpsl to 0.21.1 (#4640)
temporary workaround for Homebrew/homebrew-core/issues/121081
This commit is contained in:
parent
c89edcd1f6
commit
e3a577c2d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue