Skip to content

Commit f33d8ea

Browse files
authored
Merge pull request #8340 from tautschnig/fix-homebrew-ci
homebrew-pr CI notification: install go
2 parents b46c421 + 791e2ff commit f33d8ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-packages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ jobs:
179179
SLACK_USERNAME: Github Actions CI bot
180180
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
181181
SLACK_MESSAGE: "${{ job.status == 'success' && 'Homebrew PR submitted successfully' || 'Homebrew PR failed' }}"
182-
run: go run scripts/slack_notification_action.go
182+
run: |
183+
brew install go
184+
go run scripts/slack_notification_action.go
183185
184186
windows-msi-package:
185187
runs-on: windows-2019

0 commit comments

Comments
 (0)