Skip to content

Commit

Permalink
Merge pull request #114 from Homebrew/alex-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 10, 2024
2 parents 2311664 + 06d4b94 commit 550264d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
if: runner.os != 'Linux'
run: |
# Workaround GitHub Actions Python issues
# Copied from: https://github.com/Homebrew/brew/blob/6170b6297c61ef0b68814c708eeff2199d8b0d11/.github/workflows/tests.yml#L353
brew unlink python && brew link --overwrite python
# Adapted from: https://github.com/Homebrew/brew/blob/6170b6297c61ef0b68814c708eeff2199d8b0d11/.github/workflows/tests.yml#L353
brew unlink python || true
brew link --overwrite python
- name: Install Homebrew Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 550264d

Please sign in to comment.