Skip to content

Commit

Permalink
ci: update the OCaml version and remove the cache prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jul 27, 2022
1 parent 9688856 commit 4737260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
include:
- ocaml-compiler: "ocaml-base-compiler.5.0.0~alpha0"
- ocaml-compiler: "ocaml-base-compiler.5.0.0~alpha1"
with-doc: true
runs-on: ubuntu-latest
steps:
Expand All @@ -19,4 +19,3 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
with-doc: ${{ matrix.with-doc }}
publish-doc-if-built: ${{ github.ref == 'refs/heads/main' }}
cache-prefix: "v1_something_to_clear_old_cache"

0 comments on commit 4737260

Please sign in to comment.