Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
XmchxUp committed Oct 12, 2024
1 parent fe30754 commit 0b124f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_bindings_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3
with:
path: bindings/ocaml/_build
key: ${{ runner.os }}-dune-${{ hashFiles('**/*') }}
key: ${{ runner.os }}-dune-${{ hashFiles('bindings/ocaml/**/*') }}
restore-keys: |
${{ runner.os }}-dune-
${{ runner.os }}-dune-doc-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
uses: actions/cache@v3
with:
path: bindings/ocaml/_build
key: ${{ runner.os }}-dune-doc-${{ hashFiles('**/*') }}
key: ${{ runner.os }}-dune-doc-${{ hashFiles('bindings/ocaml/**/*') }}
restore-keys: |
${{ runner.os }}-dune-doc-
${{ runner.os }}-dune-
Expand Down

0 comments on commit 0b124f9

Please sign in to comment.