We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88570fb commit c59f94dCopy full SHA for c59f94d
.github/workflows/macos.yml
@@ -31,4 +31,4 @@ jobs:
31
brew install boost boost-python3 help2man
32
33
- name: Build and check
34
- run: make distcheck CMAKE='cmake -DPython3_EXECUTABLE=/opt/homebrew/bin/python3.13'
+ run: make distcheck CMAKE="cmake -DPython3_EXECUTABLE=/opt/homebrew/bin/$(brew info boost-python3 | grep -oE 'python@3.\d+' | tr -d @)"
0 commit comments