Skip to content

Commit

Permalink
use official sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jan 11, 2025
1 parent 7ad17c8 commit 6057089
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,15 @@ jobs:
run: |
set -euo pipefail
# TODO
if [[ ${{ matrix.os }} == "macos-13" || ${{ matrix.os }} == "macos-14" ]]; then
curl -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_macOS-latest.zip
else
curl -O https://github.com/CadQuery/OCP/releases/download/${{ env.OCP }}/OCP_src_stubs_${{ matrix.os }}.zip
fi
unzip OCP_src_stubs_*
rm *.zip
mkdir OCP
mv OCP_src_stubs_* OCP/OCP
- name: (All) Cache OCP source folder
id: cache-ocp-source-save
Expand Down

0 comments on commit 6057089

Please sign in to comment.