From b1d01c9d3b96ac628e086c816c58bb0be897bac9 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 27 Apr 2021 02:21:29 +0200 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27fd5fc5d..dd97e3eba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: ${{matrix.os}}-latest-ocaml-4.06.1 - name: Use OCaml - uses: avsm/setup-ocaml@v1.1.10 + uses: avsm/setup-ocaml@v2 with: ocaml-version: 4.06.1 From 5621cc6cc2c5d1acc63e061a0985a70c53222e82 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 27 Apr 2021 02:29:58 +0200 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd97e3eba..02f23a9e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Use OCaml uses: avsm/setup-ocaml@v2 with: - ocaml-version: 4.06.1 + ocaml-compiler: 4.06.x - name: Use Node.js uses: actions/setup-node@v2.1.5 From ab32e88f782828781bc402fa9da402fa934fef54 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 27 Apr 2021 02:41:59 +0200 Subject: [PATCH 3/4] See how well cache works. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f23a9e9..e16ee8e66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: npm ci # These 2 runs (or just the second?) are for when you have opam dependencies. We don't. - # Don't add deps. But if you ever do, un-comment these + # Don't add deps. But if you ever do, un-comment these: # - run: opam pin add rescript-editor-support.dev . --no-action # - run: opam install . --deps-only --with-doc --with-test From 1e2ab2508e35a9d636b9c4c8fd783ea1f911c855 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 27 Apr 2021 02:45:41 +0200 Subject: [PATCH 4/4] test cache again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16ee8e66..02f23a9e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: npm ci # These 2 runs (or just the second?) are for when you have opam dependencies. We don't. - # Don't add deps. But if you ever do, un-comment these: + # Don't add deps. But if you ever do, un-comment these # - run: opam pin add rescript-editor-support.dev . --no-action # - run: opam install . --deps-only --with-doc --with-test