We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10e868 commit 4f5d62fCopy full SHA for 4f5d62f
1 file changed
.github/workflows/oxcaml.yml
@@ -22,16 +22,19 @@ jobs:
22
art-w: "git+https://github.com/art-w/jst-opam-repository.git#init-ocaml-4.14.2"
23
default: "git+https://github.com/ocaml/opam-repository.git"
24
- uses: actions/checkout@v4
25
-
26
# This is required for the test suite
27
- name: Set git user
28
run: |
29
git config --global user.name github-actions[oxcaml-bot]
30
git config --global user.email github-actions[oxcaml-bot]@users.noreply.github.com
31
32
- - name: Install deps
+ - name: Check opam switch
33
+ opam switch list
34
ocaml --version
35
+
36
+ - name: Install deps
37
+ run: |
38
opam install . --deps-only # Need to add --with-test
39
opam exec -- make dev-deps
40
0 commit comments