Skip to content

Commit c7aeade

Browse files
committed
change occt key to trigger build in CI workflow
1 parent 69f7f3d commit c7aeade

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v4
3333
with:
3434
path: .local
35-
key: occt-${{ env.OCCT_VERSION }}-visual
35+
key: occt-${{ env.OCCT_VERSION }}-full
3636

3737
- name: Build OCCT (cache miss)
3838
if: steps.cache-occt.outputs.cache-hit != 'true'

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: .local
36-
key: occt-${{ env.OCCT_VERSION }}-visual
36+
key: occt-${{ env.OCCT_VERSION }}-full
3737

3838
- name: Build OCCT (cache miss)
3939
if: steps.cache-occt.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)