Skip to content

Commit

Permalink
CI: Set HOMEBREW_FORCE_VENDOR_RUBY=1 for macOS (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored Dec 7, 2020
1 parent 86602a3 commit 23d91dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
path: ${{runner.temp}}/bottles
build-macos-bottles:
runs-on: macos-latest
env:
HOMEBREW_FORCE_VENDOR_RUBY: 1
steps:
- name: Update Homebrew
run: brew update-reset
Expand Down

0 comments on commit 23d91dd

Please sign in to comment.