Skip to content

Commit

Permalink
[ci] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jan 24, 2025
1 parent 6048ba0 commit 17e1fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
opam-disable-sandboxing: true

- name: Install system dependencies (Linux)
run: sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev
run: sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev capnp graphviz libffi
if: runner.os == 'Linux'

- name: Install system dependencies (macOS)
run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
run: brew update && brew reinstall libev openssl@3 && brew install capnp graphviz libffi # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
if: runner.os == 'macOS'

- name: Pin occurrent to its master branch
Expand All @@ -57,7 +57,7 @@ jobs:
run: opam exec -- dune build @install

- name: Run tests
run: opam exec -- make test
run: opam exec -- dune test

- name: Format code
run: opam exec -- dune build --auto-promote @fmt
Expand Down

0 comments on commit 17e1fa8

Please sign in to comment.