File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Use Dune Developer Preview
31
31
uses : ocaml-dune/setup-dune@v0
32
- with :
33
- dune-cache : ${{ matrix.os != 'macos-latest' }}
34
- opam-repositories : |
35
- pin: git+https://github.com/ocaml/opam-repository#584630e7a7e27e3cf56158696a3fe94623a0cf4f
36
- opam-disable-sandboxing : true
37
32
38
33
- name : Install system dependencies (Linux)
39
34
run : sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev
Original file line number Diff line number Diff line change 26
26
27
27
- name : Use Dune Developer Preview
28
28
uses : ocaml-dune/setup-dune@v0
29
- with :
30
- ocaml-compiler : ${{ matrix.ocaml-compiler }}
31
- dune-cache : ${{ matrix.os != 'macos-latest' }}
32
- opam-repositories : |
33
- pin: git+https://github.com/ocaml/opam-repository#584630e7a7e27e3cf56158696a3fe94623a0cf4f
34
- opam-disable-sandboxing : true
35
29
36
30
- name : Install system dependencies
37
31
run : sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev
You can’t perform that action at this time.
0 commit comments