mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
don't install lsp/jsonrpc in CI...
Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
parent
b3e7de8bbe
commit
60dc752c77
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -39,10 +39,6 @@ jobs:
|
|||
- 5.1.x
|
||||
- 5.2.x
|
||||
- 5.3.x
|
||||
lsp-version:
|
||||
- 1.19.0
|
||||
- 1.20.1
|
||||
- 1.22.0
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
|
@ -54,8 +50,6 @@ jobs:
|
|||
dune-cache: true
|
||||
allow-prerelease-opam: true
|
||||
- run: opam pin -n .
|
||||
- run: opam pin add jsonrpc ${{ matrix.lsp-version }}
|
||||
- run: opam pin add lsp ${{ matrix.lsp-version }}
|
||||
- run: opam depext -yt linol linol-lwt linol-eio
|
||||
- run: opam install -t . --deps-only
|
||||
- run: opam exec -- dune build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue