You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-helper.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
# The pre-installed version of the AWS CLI has a segfault problem so we'll install it via Homebrew instead.
49
49
- name: Upgrade AWS CLI (Mac only)
50
50
if: matrix.platform == 'darwin'
51
-
run: brew update && brew install awscli
51
+
run: brew install awscli
52
52
53
53
# 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.
0 commit comments