mirror of https://github.com/mpv-player/mpv
github/workflows: install xxhash on msys2
msys added xxhash has a makedep for libplacebo* which means we need to
install it in the CI as well if we want to build against it.
*: 07f4c34d22
This commit is contained in:
parent
8b4a995a9d
commit
67aa568437
|
@ -270,6 +270,7 @@ jobs:
|
|||
uchardet:p
|
||||
vapoursynth:p
|
||||
vulkan:p
|
||||
xxhash:p
|
||||
|
||||
- name: Build with meson
|
||||
id: build
|
||||
|
|
Loading…
Reference in New Issue