File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,23 +128,23 @@ jobs:
128
128
# - - - - - - - - - - - - - - - - - - - - -
129
129
130
130
- name : Download wheel artifact
131
- if : ${{ matrix.python-version }} == '3.13' && matrix.use-vtk == 'vtk' && steps.cache-vtk-restore.outputs.cache-hit != 'true'
131
+ if : matrix.python-version == '3.13' && matrix.use-vtk == 'vtk' && steps.cache-vtk-restore.outputs.cache-hit != 'true'
132
132
run : |
133
133
if [[ "${{ matrix.os }}" == "macos-14" ]]; then
134
134
echo "Downloading cadquery_vtk-${{ env.VTK }}-cp313-cp313-macosx_11_0_arm64.whl"
135
- curl -O https://github.com/CadQuery/ocp-build-system/releases/download/v${{ env.OCP }}-dev/cadquery_vtk-${{ env.VTK }}-cp313-cp313-macosx_11_0_arm64.whl
135
+ curl -L - O https://github.com/CadQuery/ocp-build-system/releases/download/v${{ env.OCP }}-dev/cadquery_vtk-${{ env.VTK }}-cp313-cp313-macosx_11_0_arm64.whl
136
136
137
137
elif [[ "${{ matrix.os }}" == "macos-13" ]]; then
138
138
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-macosx_11_0_x86_64.whl"
139
- curl -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-macosx_11_0_x86_64.whl
139
+ curl -L - O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-macosx_11_0_x86_64.whl
140
140
141
141
elif [[ "${{ matrix.os }}" == "ubuntu-20.04" ]]; then
142
142
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-linux_x86_64.whl"
143
- curl -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-linux_x86_64.whl
143
+ curl -L - O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-linux_x86_64.whl
144
144
145
145
else
146
146
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-win_amd64.whl"
147
- curl -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-win_amd64.whl
147
+ curl -L - O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-win_amd64.whl
148
148
149
149
fi
150
150
ls -l
You can’t perform that action at this time.
0 commit comments