summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-30 09:18:45 -0600
committerDudemanguy <random342@airmail.cc>2023-11-30 15:58:58 +0000
commit67aa5684379d42ad1e9b8cc66a04d63394e63994 (patch)
treefd4679f94edb2ad1720c69abf4e052ab796f76c1 /.github
parent8b4a995a9d7ee7b65a5d2c893d72844d551d9697 (diff)
downloadmpv-67aa5684379d42ad1e9b8cc66a04d63394e63994.tar.bz2
mpv-67aa5684379d42ad1e9b8cc66a04d63394e63994.tar.xz
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. *: https://github.com/msys2/MINGW-packages/commit/07f4c34d22fda0284a1857ac5006d784fe058075
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ddbfd90b77..efa90c4419 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -270,6 +270,7 @@ jobs:
uchardet:p
vapoursynth:p
vulkan:p
+ xxhash:p
- name: Build with meson
id: build