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 b3993d1 commit 686470eCopy full SHA for 686470e
.github/workflows/test.yml
@@ -21,6 +21,11 @@ jobs:
21
uses: ocaml/setup-ocaml@v2
22
with:
23
ocaml-compiler: "4.14.1"
24
+ - if: matrix.os == 'ubuntu-latest'
25
+ name: 'Install dependencies (ubuntu)'
26
+ run: |
27
+ sudo apt update
28
+ sudo apt install libasound2-dev libsdl2-dev
29
- run: opam install . --deps-only --with-test
30
- run: opam exec -- dune build
31
- run: opam exec -- dune runtest
@@ -48,6 +53,11 @@ jobs:
48
53
49
54
50
55
opam-depext-flags: tsdl,conf-pkg-config,conf-alsa
56
57
58
59
60
51
61
- if: matrix.os == 'macOS-latest'
52
62
name: Set-up OCaml
63
0 commit comments