Skip to content

Commit

Permalink
Update OCCT (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Apr 18, 2023
1 parent 631520e commit 065ee73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/occt-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: actions/cache@v3
with:
path: dependencies/occt_install
key: occt-V7_6_0-${{runner.os}}-0
key: occt-V7_6_3-${{runner.os}}-0

- name: Checkout OCCT
if: steps.cache-occt.outputs.cache-hit != 'true'
Expand All @@ -18,7 +18,7 @@ runs:
repository: Open-Cascade-SAS/OCCT
submodules: true
path: './dependencies/occt'
ref: V7_6_0
ref: V7_6_3

- name: Patch OCCT INSTALL_RPATH
if: steps.cache-occt.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 065ee73

Please sign in to comment.