mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix CI
This commit is contained in:
parent
1848b02c0f
commit
f604f0b876
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
# needed for depext to work
|
# needed for depext to work
|
||||||
- run: sudo apt-get update && sudo apt-get install mccs
|
- run: sudo apt-get update && sudo apt-get install mccs
|
||||||
|
|
||||||
- uses: ocaml/setup-ocaml@v2
|
- uses: ocaml/setup-ocaml@v3
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: '5.1.x'
|
ocaml-compiler: '5.1.x'
|
||||||
dune-cache: true
|
dune-cache: true
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
|
||||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v3
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
opam-depext-flags: --with-test
|
opam-depext-flags: --with-test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue