mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
ci: do not install homebrew libnatpmp on macos 11 (#5461)
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -240,7 +240,7 @@ jobs:
|
|||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node pkg-config
|
brew install cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkg-config
|
||||||
- name: Get Dependencies (GTK)
|
- name: Get Dependencies (GTK)
|
||||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||||
run: brew install gtkmm3
|
run: brew install gtkmm3
|
||||||
|
|||||||
Reference in New Issue
Block a user