We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What path are executables installed to? On a local physical computer it's like
$env:LOCALAPPDATA/Microsoft/WinGet/Links/ffmpeg.exe
example:
- name: install prereqs (Windows) if: runner.os == 'Windows' run: winget install ffmpeg --disable-interactivity --accept-source-agreements - name: FFMPEG version run: ffmpeg --version
ffmpeg.exe is not on PATH
The text was updated successfully, but these errors were encountered:
Just figured it out as I posted. Might want to make an example in Readme.
https://github.com/scivision/PyLivestream/blob/fa9853bc9a8beb70186b9fc23323f46057cadbfd/.github/workflows/ci.yml#L49
Sorry, something went wrong.
I think this is a generic issue with winget currently. See:
This seems to be a general helper package we can use: https://github.com/jazzdelightsme/WingetPathUpdater But it does not really work for me: jazzdelightsme/WingetPathUpdater#5
No branches or pull requests
What path are executables installed to? On a local physical computer it's like
example:
ffmpeg.exe is not on PATH
The text was updated successfully, but these errors were encountered: