1 parent 69f7f3d commit c7aeadeCopy full SHA for c7aeade
2 files changed
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v4
33
with:
34
path: .local
35
- key: occt-${{ env.OCCT_VERSION }}-visual
+ key: occt-${{ env.OCCT_VERSION }}-full
36
37
- name: Build OCCT (cache miss)
38
if: steps.cache-occt.outputs.cache-hit != 'true'
.github/workflows/pr-check.yml
@@ -33,7 +33,7 @@ jobs:
39
0 commit comments