mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
Don't update all brew dependencies (#950)
This commit is contained in:
parent
64a440bdda
commit
62a20b2dd9
1 changed files with 1 additions and 1 deletions
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 a new issue