Skip to content

Commit

Permalink
build: bust the package cache after upgrading to OCaml 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Feb 18, 2024
1 parent 008eca3 commit bacf0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.opam
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v5
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v6

- name: Install musl-compatible kernel headers
run: |
Expand Down

0 comments on commit bacf0a0

Please sign in to comment.