mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
build: minor ci cleanup (#4652)
* chore: show js webpack stats when building * chore: use npm ci for code_style to avoid overwriting package-lock.json * chore: add brew-update to macos ci * remove webpack-dev-server from deps
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -185,6 +185,7 @@ jobs:
|
||||
echo '${{ toJSON(runner) }}'
|
||||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: brew update
|
||||
run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
@@ -458,6 +459,7 @@ jobs:
|
||||
echo '${{ toJSON(runner) }}'
|
||||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: brew update
|
||||
run: brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user