Skip to content

Commit 0c4bc7c

Browse files
committed
Sidestep the GitHub cache
1 parent eafe436 commit 0c4bc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/cache@v4
2222
with:
2323
path: ~/.opam
24-
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}
24+
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-1
2525

2626
- name: Install musl-compatible kernel headers
2727
run: |

0 commit comments

Comments
 (0)