Skip to content

Commit 393ec68

Browse files
Add kcas
1 parent 9a9c02b commit 393ec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- run: |
5555
opam pin -yn eio.dev .
5656
opam pin -yn eio_windows.dev .
57-
opam install ocamlfind.1.9.5 alcotest mdx crowbar -y
57+
opam install ocamlfind.1.9.5 kcas alcotest mdx crowbar -y
5858
opam install eio eio_windows --deps-only
5959
- run: opam exec -- dune runtest
6060
docker:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Build the Docker image
65-
run: docker build .
65+
run: docker build .

0 commit comments

Comments
 (0)