Skip to content

Commit

Permalink
Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yu authored Oct 19, 2021
1 parent 7b44393 commit 4240c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 4.12.1
- 4.13.1
runs-on: ${{ matrix.os }}

continue-on-error: true
steps:
- name: Checkout code
Expand All @@ -36,7 +37,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
dune-cache: true
dune-cache: false

opam-depext: true
opam-pin: true
Expand Down

0 comments on commit 4240c98

Please sign in to comment.