Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent 0f4c96c commit add273d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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){\
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit add273d

Please sign in to comment.