pulumi/.github
Justin Van Patten 70a6170ef9
Fix Homebrew install test (#14082)
Our cron job that tests installing Pulumi has been failing when
installing from Homebrew on macOS. The `pulumi` package depends on `go`,
and Homebrew fails installing `go` due to conflicting files on the
GitHub action runner. This happens because the runner image already has
Go installed in the same places that Homebrew is trying to install go.

The workaround is to delete the conflicting Go files on the runner
before running the Homebrew install.

A successful test run with this fix is available here:
https://github.com/pulumi/pulumi/actions/runs/6383582011/job/17324492547

Fixes #13938
2023-10-02 18:42:58 +00:00
..
scripts Replace deprecated command with environment file 2023-02-20 11:14:39 +09:00
workflows Fix Homebrew install test (#14082) 2023-10-02 18:42:58 +00:00
PULL_REQUEST_TEMPLATE.md Add routine checks to pull request template 2023-05-12 13:34:19 -07:00