Skip to content

Commit

Permalink
removed add-path step from build.yml since that command is disabled…
Browse files Browse the repository at this point in the history
… (not sure why installing FFmpeg worked once and now can't be found on the path.)
  • Loading branch information
tombogle committed Nov 21, 2024
1 parent c0e0ce0 commit 99e9bc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
with:
ffmpeg-version: release
- run: echo ffmpeg path ${{ steps.setup-ffmpeg.outputs.ffmpeg-path }}

- name: Add FFmpeg to PATH
run: echo "::add-path::${{ steps.setup-ffmpeg.outputs.ffmpeg-path }}"

- name: Verify FFmpeg Installation
run: |
Expand Down

0 comments on commit 99e9bc4

Please sign in to comment.