Skip to content

Commit

Permalink
Test correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Apr 21, 2024
1 parent c7a7584 commit c1cdf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: matrix.config.os != 'windows-latest'

- name: Add ffmpeg to path
run: echo "C:\ProgramData\chocolatey\lib\ffmpeg-shared\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
run: echo "C:\ProgramData\chocolatey\lib\ffmpeg-shared\tools\ffmpeg-7.0-full_build-shared\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: matrix.config.os == 'windows-latest'

- name: Debug ffmpegTest
Expand Down

0 comments on commit c1cdf4d

Please sign in to comment.