mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
ci: do not install homebrew libnatpmp on macos 11 (#5461)
This commit is contained in:
parent
47667bab8d
commit
15c3298211
1 changed files with 1 additions and 1 deletions
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
|
@ -240,7 +240,7 @@ jobs:
|
|||
- name: Get Dependencies
|
||||
run: |
|
||||
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)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
run: brew install gtkmm3
|
||||
|
|
Loading…
Add table
Reference in a new issue