mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 21:15:24 -04:00
Add ffmpeg bin dir to dll directories on CI
This commit is contained in:
@@ -86,6 +86,7 @@ def setup_env():
|
||||
os.environ['CI'] = 'true'
|
||||
os.environ['OPENSSL_MODULES'] = os.path.join(SW, 'lib', 'ossl-modules')
|
||||
os.environ['PIPER_TTS_DIR'] = os.path.join(SW, 'piper')
|
||||
os.add_dll_directory(os.path.join(SW, 'ffmpeg', 'bin'))
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user