Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Jun 16, 2024
1 parent db8a23c commit 7961e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
path: ${{ github.workspace }}/theos/lib/opencv2.framework
key: ${{ runner.os }}-opencv2-2022-04-07

- name: Download Visp3 Framework
- name: Download Visp3 & Opencv Framework
if: steps.cache-visp3.outputs.cache-hit != 'true'
run: |
mkdir -p ${{ github.workspace }}/theos/lib
curl -L https://visp-doc.inria.fr/download/snapshot/ios/visp3.framework-2022-04-07.zip -o ${{ github.workspace }}/theos/lib/visp3.framework-2022-04-07.zip
unzip -o ${{ github.workspace }}/theos/lib/visp3.framework-2022-04-07.zip -d ${{ github.workspace }}/theos/lib
rm ${{ github.workspace }}/theos/lib/visp3.framework-2022-04-07.zip
- name: Download 3044 Robot Model
uses: robinraju/[email protected]
Expand Down

0 comments on commit 7961e41

Please sign in to comment.