Skip to content

Commit e27a6c1

Browse files
committed
CI: continue if setup ffmpeg fails in the release action
1 parent ce9c4cb commit e27a6c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
# ffmpeg is not supported in the latest macOS arch:
103103
# Error: setup-ffmpeg can only be run on 64-bit systems
104104
if: matrix.architecture == 'x64'
105+
# Allow this step to fail (it frequently fails)
106+
continue-on-error: true
105107

106108
- name: Build and test with Pyinstaller on MacOS
107109
# Enable for Python3.13 only because it often fails at codesign (subprocess timeout)

0 commit comments

Comments
 (0)