mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
fixup! build: minor ci cleanup (#4652)
fix: github action oops in brew update
This commit is contained in:
parent
b055b98d0f
commit
49b7478121
1 changed files with 6 additions and 4 deletions
10
.github/workflows/actions.yml
vendored
10
.github/workflows/actions.yml
vendored
|
@ -185,8 +185,9 @@ jobs:
|
|||
echo '${{ toJSON(runner) }}'
|
||||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: brew update
|
||||
run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
run: |
|
||||
brew update
|
||||
brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
run: brew install gtkmm3 libjpeg
|
||||
|
@ -459,8 +460,9 @@ jobs:
|
|||
echo '${{ toJSON(runner) }}'
|
||||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: brew update
|
||||
run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
run: |
|
||||
brew update
|
||||
brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
run: brew install gtkmm3 libjpeg
|
||||
|
|
Loading…
Add table
Reference in a new issue