Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuihtlauac ALVARADO committed Sep 26, 2024
1 parent de8063f commit d9c481e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/debug-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- macos-latest
- ubuntu-latest
ocaml-compiler:
- "4.14"
- "5.2"

steps:
- name: Checkout Repo
Expand All @@ -39,6 +39,9 @@ jobs:
run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
if: runner.os == 'macOS'

- name: Create ocamlorg.opam
run: opam exec -- dune build ocamlorg.opam

- name: Install opam dependencies
run: opam install --deps-only --with-test .

Expand Down

0 comments on commit d9c481e

Please sign in to comment.