File tree Expand file tree Collapse file tree
.github/actions/build-ocp-source Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,11 +177,20 @@ runs:
177177 rm -fr OCP # remove the cached sources again
178178
179179 if [[ ${{ inputs.os }} == "macos-13" || ${{ inputs.os }} == "macos-15" ]]; then
180- curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_macOS-latest.zip
180+ # curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_macOS-latest.zip
181+
182+ curl -L -O https://github.com/bernhard-42/__temp_artefacts__/releases/download/v7.9/OCP_src_stubs_macOS-latest.zip
183+
181184 elif [[ ${{ inputs.os }} == "ubuntu-22.04" || ${{ inputs.os }} == "ubuntu-22.04-arm" ]]; then
182- curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_ubuntu-latest.zip
185+ # curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_ubuntu-latest.zip
186+
187+ curl -L -O https://github.com/bernhard-42/__temp_artefacts__/releases/download/v7.9/OCP_src_stubs_Ubuntu-latest.zip
188+
183189 else
184- curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_${{ inputs.os }}.zip
190+ # curl -L -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_${{ inputs.os }}.zip
191+
192+ curl -L -O https://github.com/bernhard-42/__temp_artefacts__/releases/download/v7.9/OCP_src_stubs_Windows-2022.zip
193+
185194 fi
186195 unzip OCP_src_stubs_*
187196 rm *.zip
You can’t perform that action at this time.
0 commit comments