Skip to content

Commit 3da25c5

Browse files
committed
switch using PATH
1 parent c708509 commit 3da25c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ jobs:
168168
- name: Install Python 3.12
169169
run: |
170170
brew install [email protected]
171-
brew unlink [email protected]
172-
brew unlink [email protected]
173-
brew link --force [email protected]
171+
echo "$(brew --prefix [email protected])/libexec/bin" >> $GITHUB_PATH
174172
hash -r
175173
python -m site
176174
ls -all $(which python)

0 commit comments

Comments
 (0)