mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
try to fix ci
This commit is contained in:
parent
dc80c1de1a
commit
3d46315b82
1 changed files with 8 additions and 8 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -13,16 +13,16 @@ jobs:
|
||||||
- uses: avsm/setup-ocaml@master
|
- uses: avsm/setup-ocaml@master
|
||||||
with:
|
with:
|
||||||
ocaml-version: ${{ matrix.ocaml-version }}
|
ocaml-version: ${{ matrix.ocaml-version }}
|
||||||
- name: cache opam
|
#- name: cache opam
|
||||||
id: cache-opam
|
# id: cache-opam
|
||||||
uses: actions/cache@v2
|
# uses: actions/cache@v2
|
||||||
with:
|
# with:
|
||||||
path: _opam
|
# path: _opam
|
||||||
key: opam-${{matrix.operating-system}}-${{matrix.ocaml-version}}
|
# key: opam-${{matrix.operating-system}}-${{matrix.ocaml-version}}
|
||||||
- run: opam pin -n .
|
- run: opam pin -n .
|
||||||
- run: opam depext -yt sidekick-bin
|
- run: opam depext -yt sidekick-bin
|
||||||
if: steps.cache-opam.outputs.cache-hit != 'true'
|
#if: steps.cache-opam.outputs.cache-hit != 'true'
|
||||||
- run: opam install -t . --deps-only
|
- run: opam install -t . --deps-only
|
||||||
if: steps.cache-opam.outputs.cache-hit != 'true'
|
#if: steps.cache-opam.outputs.cache-hit != 'true'
|
||||||
- run: opam exec -- dune build
|
- run: opam exec -- dune build
|
||||||
- run: opam exec -- dune runtest
|
- run: opam exec -- dune runtest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue