Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 73b866c

Browse files
committed
Try without opam cache
1 parent 4773126 commit 73b866c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020

21-
- name: Cache OCaml's opam
22-
uses: actions/[email protected]
23-
with:
24-
path: ~/.opam
25-
key: ${{matrix.os}}-latest-ocaml-4.06.1
21+
# - name: Cache OCaml's opam
22+
# uses: actions/[email protected]
23+
# with:
24+
# path: ~/.opam
25+
# key: ${{matrix.os}}-latest-ocaml-4.06.1
2626

2727
- name: Use OCaml
2828
uses: avsm/[email protected]
@@ -36,6 +36,8 @@ jobs:
3636

3737
- run: npm ci
3838

39+
# These 2 runs (or just the second?) are for when you have opam dependencies. We don't.
40+
# Don't add deps. But if you ever do, un-comment these
3941
# - run: opam pin add rescript-editor-support.dev . --no-action
4042
# - run: opam install . --deps-only --with-doc --with-test
4143

0 commit comments

Comments
 (0)