mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
Compare commits
2 commits
c77636f667
...
36ff811276
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ff811276 | ||
|
|
742e51df97 |
2 changed files with 6 additions and 5 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
path: ~/.opam
|
||||
key: opam-ubuntu-latest-4.12.0
|
||||
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
- uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: '5.0.x'
|
||||
ocaml-compiler: '5.03'
|
||||
|
||||
- name: Pin
|
||||
run: opam pin -n .
|
||||
|
|
|
|||
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -16,12 +16,13 @@ jobs:
|
|||
# - macos-latest # build issues with `ar` (!!!)
|
||||
#- windows-latest # certificate problem
|
||||
ocaml-compiler:
|
||||
- 4.03.x
|
||||
- 4.12.x
|
||||
- 4.08
|
||||
- 4.12
|
||||
- 5.03
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
- uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
- run: opam pin -n .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue