File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
55
dune-cache : true
56
56
opam-disable-sandboxing : true
57
57
58
- - name : Install xxhash (ubuntu)
59
- if : matrix.os == 'ubuntu-latest'
60
- run : sudo apt-get install -y libxxhash-dev
61
-
62
- - name : Install xxhash (macOS)
63
- if : matrix.os == 'macos-latest'
64
- run : env HOMEBREW_NO_AUTO_UPDATE=1 brew install xxhash
65
-
66
58
- name : Install deps
67
59
run : opam install . --deps-only --with-doc --with-test
68
60
Original file line number Diff line number Diff line change @@ -46,3 +46,7 @@ build: [
46
46
"@new-doc" {with-doc}
47
47
]
48
48
]
49
+ depexts: [
50
+ ["xxhash"] {os = "macos" & os-distribution = "homebrew"}
51
+ ["libxxhash-dev"] {os-family = "debian"}
52
+ ]
Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ build: [
13
13
"@new-doc" {with-doc}
14
14
]
15
15
]
16
+ depexts: [
17
+ ["xxhash"] {os = "macos" & os-distribution = "homebrew"}
18
+ ["libxxhash-dev"] {os-family = "debian"}
19
+ ]
You can’t perform that action at this time.
0 commit comments