We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9c02b commit 393ec68Copy full SHA for 393ec68
.github/workflows/main.yml
@@ -54,12 +54,12 @@ jobs:
54
- run: |
55
opam pin -yn eio.dev .
56
opam pin -yn eio_windows.dev .
57
- opam install ocamlfind.1.9.5 alcotest mdx crowbar -y
+ opam install ocamlfind.1.9.5 kcas alcotest mdx crowbar -y
58
opam install eio eio_windows --deps-only
59
- run: opam exec -- dune runtest
60
docker:
61
runs-on: ubuntu-latest
62
steps:
63
- uses: actions/checkout@v2
64
- name: Build the Docker image
65
- run: docker build .
+ run: docker build .
0 commit comments