mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
Don't update all brew dependencies (#950)
This commit is contained in:
parent
64a440bdda
commit
62a20b2dd9
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
# The pre-installed version of the AWS CLI has a segfault problem so we'll install it via Homebrew instead.
|
||||
- name: Upgrade AWS CLI (Mac only)
|
||||
if: matrix.platform == 'darwin'
|
||||
run: brew update && brew install awscli
|
||||
run: brew install awscli
|
||||
|
||||
# The version of FPM that comes bundled with electron-builder doesn't include a Linux ARM target. Installing Gems onto the runner is super quick so we'll just do this for all targets.
|
||||
- name: Install FPM (not Windows)
|
||||
|
Loading…
Reference in New Issue
Block a user