Skip to content

Commit a2f5ad5

Browse files
committed
Turns out we'll probably need to restore the repotools too
1 parent 087f3af commit a2f5ad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/new-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
key: buildtools
182182
path: ./lib/buildtools/bin/index.js
183183

184+
- name: Restore repotools
185+
uses: actions/cache/restore@v4
186+
with:
187+
key: repotools
188+
path: ./lib/repotools/dist
189+
184190
- name: Install dependencies
185191
uses: ./.github/actions/src/install-deps
186192
with:

0 commit comments

Comments
 (0)