fixup! build: minor ci cleanup (#4652)

fix: github action oops in brew update
This commit is contained in:
Charles Kerr 2023-01-24 15:52:59 -06:00
parent b055b98d0f
commit 49b7478121
1 changed files with 6 additions and 4 deletions

View File

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