mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: try to fix github page
This commit is contained in:
parent
8a52da6446
commit
50e7414f12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -19,10 +19,10 @@ jobs:
|
||||||
- run: sudo apt-get update && echo 1
|
- run: sudo apt-get update && echo 1
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
|
||||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
- name: Use OCaml
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: 4.13.x
|
||||||
opam-depext-flags: --with-test
|
opam-depext-flags: --with-test
|
||||||
|
|
||||||
- run: opam install . --with-doc --deps-only --with-test
|
- run: opam install . --with-doc --deps-only --with-test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue