Make mpv-2.dll available

This commit is contained in:
Elias Müller 2022-07-09 19:35:13 +02:00 committed by jaseg
parent 1ed91e44e3
commit 976b7e685e

View file

@ -84,6 +84,7 @@ jobs:
execute curl -L -O "$URL" execute curl -L -O "$URL"
execute 7z x "$ARTIFACT" execute 7z x "$ARTIFACT"
execute mv mpv-2.dll tests
- name: 'Run Python Tests' - name: 'Run Python Tests'
run: | run: |
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; } function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }