Skip to content

Commit d419652

Browse files
committed
fixing bootstrap
1 parent a50c2c2 commit d419652

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ jobs:
104104
steps:
105105
- name: checkout
106106
uses: actions/checkout@v4
107-
- uses: actions/setup-python@v5
108-
with:
109-
python-version: '3.12'
110107
- name: bootstrap
111108
run: dist/macos/bootstrap.sh
112109
- name: venv

dist/macos/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function do_install {
4343

4444
do_install cmake pkgconfig gnutls doxygen plantuml ninja coreutils git jq libxcb
4545

46-
if which python3 > /dev/null; then
46+
if which -a python3; then
4747
echo Skip install python3
4848
elif [[ ${do_brew} == 1 ]]; then
4949
do_install python3

0 commit comments

Comments
 (0)