Skip to content

Commit 3e0d533

Browse files
committed
macos.yml: use $(brew --prefix python3)
Signed-off-by: Steve Peters <[email protected]>
1 parent d374404 commit 3e0d533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: build
5252
run: |
5353
export PYTHONPATH=$PYTHONPATH:$(brew --prefix)/lib/python
54-
cmake .. -DCMAKE_INSTALL_PREFIX=$(brew --prefix)/Cellar/${PACKAGE}/HEAD -DPython3_EXECUTABLE=$(brew --prefix)/bin/python3
54+
cmake .. -DCMAKE_INSTALL_PREFIX=$(brew --prefix)/Cellar/${PACKAGE}/HEAD -DPython3_EXECUTABLE=$(brew --prefix python3)/bin/python3
5555
- run: make
5656
working-directory: build
5757
- run: make test

0 commit comments

Comments
 (0)