We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50c2c2 commit d419652Copy full SHA for d419652
.github/workflows/ci.yml
@@ -104,9 +104,6 @@ jobs:
104
steps:
105
- name: checkout
106
uses: actions/checkout@v4
107
- - uses: actions/setup-python@v5
108
- with:
109
- python-version: '3.12'
110
- name: bootstrap
111
run: dist/macos/bootstrap.sh
112
- name: venv
dist/macos/bootstrap.sh
@@ -43,7 +43,7 @@ function do_install {
43
44
do_install cmake pkgconfig gnutls doxygen plantuml ninja coreutils git jq libxcb
45
46
-if which python3 > /dev/null; then
+if which -a python3; then
47
echo Skip install python3
48
elif [[ ${do_brew} == 1 ]]; then
49
do_install python3
0 commit comments