shaka-project / static-ffmpeg-binaries

Static binaries of FFmpeg, for multiple OS & CPU combinations, built from source in a GitHub Actions workflow.
https://github.com/joeyparrish/static-ffmpeg-binaries/releases
Apache License 2.0
11 stars 9 forks source link

ci: Fix ENABLE_DEBUG flag always interpreted as true #23

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

When we process the flag through JS, then print it, it becomes "true" or "false". But we compared it to "". In fact, there is no reason to process it at all. It can be used directly.

joeyparrish commented 11 months ago

This worked when building directly, but not when build.yaml is called from test.yaml.