1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-21 15:22:37 +00:00

ci: remove macos pkgconf workaround (#7273)

Xref: 1074c30e60
This commit is contained in:
Yat Ho 2024-12-10 06:32:14 +08:00 committed by GitHub
parent 60e5d98dc1
commit 510286f419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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