Skip to content

Commit 87f30cd

Browse files
committed
Add dep build caching to other workflows
1 parent cae74f1 commit 87f30cd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-linux-debug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
run: df -h
102102

103103
- name: Build Dependencies
104-
if: steps.cache-deps-restore.outputs.cache-hit != 'true'
105104
shell: bash -l {0}
106105
run: .github/workflows/gha_deps.sh
107106

.github/workflows/build-mac.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
${{ runner.os }}-deps-
6262
6363
- name: Build Dependencies
64-
if: steps.cache-deps-restore.outputs.cache-hit != 'true'
6564
shell: bash -l {0}
6665
run: .github/workflows/gha_deps.sh
6766

0 commit comments

Comments
 (0)