Skip to content

Commit c73a778

Browse files
Update configure_qt.yml
1 parent 28e6263 commit c73a778

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.github/workflows/configure_qt.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,17 @@ jobs:
136136
# run: |
137137
# du -h -d 2
138138

139-
- name: 4. [All] Set up Python
140-
uses: actions/setup-python@v2
141-
with:
142-
python-version: '2.7'
139+
# - name: 4. [All] Set up Python
140+
# uses: actions/setup-python@v2
141+
# with:
142+
# python-version: '2.7'
143143

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-
149-
- name: 4. [All] Build Chromium
150-
shell: bash
151-
run: |
152-
python --version
153-
which python
154-
bash -c "yes || true" | bash update.sh -c -x -w ${{ matrix.config.work_dir }}
144+
# - name: 4. [All] Build Chromium
145+
# shell: bash
146+
# run: |
147+
# python --version
148+
# which python
149+
# bash -c "yes || true" | bash update.sh -c -x -w ${{ matrix.config.work_dir }}
155150

156151
# - name: 3. [All] Build Qt
157152
# shell: bash

0 commit comments

Comments
 (0)