We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f78ab commit c814edfCopy full SHA for c814edf
.github/workflows/windows_wheel.yaml
@@ -56,7 +56,7 @@ jobs:
56
package-name: torchcodec
57
trigger-event: ${{ github.event_name }}
58
build-platform: "python-build-package"
59
- build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
+ build-command: "set BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 && python -m build --wheel -vvv --no-isolation"
60
61
install-and-test:
62
runs-on: ubuntu-latest
0 commit comments