Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Add workaround for Homebrew/brew#9410.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Dec 8, 2020
1 parent a1a8279 commit efdeb9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:

# See https://github.com/Homebrew/homebrew-core/pull/66439 and https://github.com/Homebrew/brew/issues/9410.
- name: Force vendored Ruby on Catalina
if: matrix.os == 'macOS-latest'
run: echo 'HOMEBREW_FORCE_VENDOR_RUBY=1' >> $GITHUB_ENV

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit efdeb9b

Please sign in to comment.