Skip to content

Commit 62a20b2

Browse files
authored
Don't update all brew dependencies (#950)
1 parent 64a440b commit 62a20b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# The pre-installed version of the AWS CLI has a segfault problem so we'll install it via Homebrew instead.
4949
- name: Upgrade AWS CLI (Mac only)
5050
if: matrix.platform == 'darwin'
51-
run: brew update && brew install awscli
51+
run: brew install awscli
5252

5353
# 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.
5454
- name: Install FPM (not Windows)

0 commit comments

Comments
 (0)