Skip to content

Commit 28e6263

Browse files
Update configure_qt.yml
1 parent 80bb7a0 commit 28e6263

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/configure_qt.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ jobs:
141141
with:
142142
python-version: '2.7'
143143

144-
# echo "C:\directory\to\add\to\path" >> $GITHUB_PATH
144+
- name: 4. [Windows] Add Python 2 to the PATH
145+
if: startsWith(matrix.config.os, 'windows')
146+
run: |
147+
echo "C:\hostedtoolcache\windows\Python\2.7.18\x64\" >> $GITHUB_PATH
148+
145149
- name: 4. [All] Build Chromium
146150
shell: bash
147151
run: |

0 commit comments

Comments
 (0)