Skip to content

Commit 991c977

Browse files
committed
Reenable bin/ caching
1 parent 50d297e commit 991c977

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
submodules: false # We'll handle submodules with smart caching
2626
fetch-depth: 0
2727

28-
# - name: Cache bin
29-
# id: cache-bin
30-
# uses: actions/cache@v4
31-
# with:
32-
# path: |
33-
# bin
34-
# key: bin-${{ hashFiles('Makefile') }}-v3
35-
# restore-keys: |
36-
# bin-${{ hashFiles('Makefile') }}-
37-
# bin-
28+
- name: Cache bin
29+
id: cache-bin
30+
uses: actions/cache@v4
31+
with:
32+
path: |
33+
bin
34+
key: bin-${{ hashFiles('Makefile') }}-v3
35+
restore-keys: |
36+
bin-${{ hashFiles('Makefile') }}-
37+
bin-
3838
3939
- name: Download bin tools
4040
if: steps.cache-bin.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)