Skip to content

Commit 4f5d62f

Browse files
committed
ci: check if switch available
1 parent e10e868 commit 4f5d62f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/oxcaml.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@ jobs:
2222
art-w: "git+https://github.com/art-w/jst-opam-repository.git#init-ocaml-4.14.2"
2323
default: "git+https://github.com/ocaml/opam-repository.git"
2424
- uses: actions/checkout@v4
25-
2625
# This is required for the test suite
2726
- name: Set git user
2827
run: |
2928
git config --global user.name github-actions[oxcaml-bot]
3029
git config --global user.email github-actions[oxcaml-bot]@users.noreply.github.com
3130
32-
- name: Install deps
31+
- name: Check opam switch
3332
run: |
33+
opam switch list
3434
ocaml --version
35+
36+
- name: Install deps
37+
run: |
3538
opam install . --deps-only # Need to add --with-test
3639
opam exec -- make dev-deps
3740

0 commit comments

Comments
 (0)