mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
CI
This commit is contained in:
parent
7629e419c8
commit
5dd68095ed
1 changed files with 3 additions and 0 deletions
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
||||
# needed for depext to work
|
||||
- run: sudo apt-get update && sudo apt-get install mccs
|
||||
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
ocaml-compiler: '5.1.x'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue