Skip to content

Commit

Permalink
Add gh workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Jul 29, 2021
1 parent 3fcf60d commit 20066e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_and_test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
ocaml-version:
ocaml-compiler:
- 4.12.0

runs-on: ${{ matrix.os }}
Expand All @@ -25,10 +25,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Use OCaml ${{ matrix.ocaml-version }}
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
cache-prefix: v1-${{ matrix.os }}

- run: opam pin add bio_io.dev . --no-action

Expand Down

0 comments on commit 20066e6

Please sign in to comment.