diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 19:35:13 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 976b7e685e70b071f99a09be9bab26c114ee618a (patch) | |
tree | ce1be291312039a10fc14d039996530537e7cf63 | |
parent | 1ed91e44e336dc238d95ac192b1c9f87749e46a5 (diff) | |
download | python-mpv-976b7e685e70b071f99a09be9bab26c114ee618a.tar.gz python-mpv-976b7e685e70b071f99a09be9bab26c114ee618a.tar.bz2 python-mpv-976b7e685e70b071f99a09be9bab26c114ee618a.zip |
Make mpv-2.dll available
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b3b553..6023730 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,6 +84,7 @@ jobs: execute curl -L -O "$URL" execute 7z x "$ARTIFACT" + execute mv mpv-2.dll tests - name: 'Run Python Tests' run: | function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; } |