Skip to content

Commit d180c59

Browse files
committed
debug! py4
1 parent 9b4dfb0 commit d180c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ runs:
134134
id: pre-installed-python
135135
run: |
136136
# 🔎 Discover pre-installed Python
137-
echo "python-path=$(command -v python3 || :)" | tee -a "${GITHUB_OUTPUT}"
137+
echo "python-path=$(command -v python4 || :)" | tee -a "${GITHUB_OUTPUT}"
138138
shell: bash
139139
- name: Install Python 3
140140
if: steps.pre-installed-python.outputs.python-path == ''

0 commit comments

Comments
 (0)