We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0332fc8 commit 2055715Copy full SHA for 2055715
1 file changed
.github/workflows/install.yml
@@ -157,13 +157,6 @@ jobs:
157
run: |
158
./install/python/python.exe tools/ci/download_deps.py --deps-dir install/deps
159
160
- - name: Download drop_core module
161
- shell: bash
162
- env:
163
- PRIVATE_REPO_TOKEN: ${{ secrets.PRIVATE_REPO_TOKEN }}
164
- run: |
165
- ./install/python/python.exe tools/ci/download_drop_core.py --os windows --arch ${{ matrix.arch }} || echo "drop_core download skipped"
166
-
167
- name: Install
168
shell: bash
169
0 commit comments