Skip to content

Commit

Permalink
Don't update all brew dependencies (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Oct 4, 2024
1 parent 64a440b commit 62a20b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62a20b2

Please sign in to comment.