Skip to content

Commit 8477c66

Browse files
committed
Forcefully link in Homebrew's Python
1 parent 5846910 commit 8477c66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ jobs:
116116
brew install python
117117
brew install ruby
118118
brew install lua
119+
120+
# Forcefully re-link Python. GitHub CI by default uses a custom
121+
# installed Python, but we really want the Homebrew so it's
122+
# consistent with the linked DLL.
123+
brew link --overwrite python
124+
119125
if [[ -d /usr/local/Cellar/perl ]]; then
120126
# We just use system perl to reduce dependencies
121127
brew unlink perl

0 commit comments

Comments
 (0)