We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d297e commit 991c977Copy full SHA for 991c977
.github/workflows/ci.yaml
@@ -25,16 +25,16 @@ jobs:
25
submodules: false # We'll handle submodules with smart caching
26
fetch-depth: 0
27
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-
+ - name: Cache bin
+ id: cache-bin
+ uses: actions/cache@v4
+ with:
+ path: |
+ bin
+ key: bin-${{ hashFiles('Makefile') }}-v3
+ restore-keys: |
+ bin-${{ hashFiles('Makefile') }}-
+ bin-
38
39
- name: Download bin tools
40
if: steps.cache-bin.outputs.cache-hit != 'true'
0 commit comments