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 8051897 commit fe30754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_bindings_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
key: ${{ runner.os }}-opam-${{ hashFiles('**/opam.locked') }}
restore-keys: |
${{ runner.os }}-opam-
${{ runner.os }}-opam-doc-
- name: Cache Dune build artifacts
uses: actions/cache@v3
Expand All @@ -55,6 +56,7 @@ jobs:
key: ${{ runner.os }}-dune-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-dune-
${{ runner.os }}-dune-doc-
- name: Setup OCaml toolchain
uses: ./.github/actions/setup-ocaml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
key: ${{ runner.os }}-opam-doc-${{ hashFiles('**/opam.locked') }}
restore-keys: |
${{ runner.os }}-opam-doc-
${{ runner.os }}-opam-
- name: Cache Dune build artifacts
uses: actions/cache@v3
Expand All @@ -296,6 +297,7 @@ jobs:
key: ${{ runner.os }}-dune-doc-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-dune-doc-
${{ runner.os }}-dune-
- name: Setup Rust toolchain
uses: ./.github/actions/setup
Expand Down

0 comments on commit fe30754

Please sign in to comment.