File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -136,22 +136,17 @@ jobs:
136
136
# run: |
137
137
# du -h -d 2
138
138
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'
143
143
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 }}
155
150
156
151
# - name: 3. [All] Build Qt
157
152
# shell: bash
You can’t perform that action at this time.
0 commit comments