diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 5656aff2cb..a547f60d42 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -199,7 +199,6 @@ runs: fi - name: Generate FFMpeg ${{ inputs.step-suffix }} shell: bash - if: ${{ inputs.is-release == 'true' }} run: | cd src gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS"