From add273d35d4486e002ba83de4e822a28da7e1832 Mon Sep 17 00:00:00 2001 From: Mattk70 <61826357+Mattk70@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:28:56 +0000 Subject: [PATCH] Update check-installation.yml --- .github/workflows/check-installation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 721e043..8418638 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -65,7 +65,6 @@ jobs: - name: Modify fluent-ffmpeg processor.js run: | - cat ./node_modules/fluent-ffmpeg/lib/processor.js sed -i -e '/^\s*setTimeout(function() {/,/}, 20);/c\ setTimeout(function() {\ if (ffmpegProc.exitCode === null){\ @@ -114,7 +113,7 @@ jobs: # Conditional build command for each OS - name: Build Electron application - if: env.skip_build != 'true' # Only run this if the tag comparison was true + # if: env.skip_build != 'true' # Only run this if the tag comparison was true shell: bash run: | if [[ "$RUNNER_OS" == "Windows" ]]; then