Skip to content

Commit c814edf

Browse files
committed
Hmm?
1 parent 18f78ab commit c814edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
package-name: torchcodec
5757
trigger-event: ${{ github.event_name }}
5858
build-platform: "python-build-package"
59-
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
59+
build-command: "set BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 && python -m build --wheel -vvv --no-isolation"
6060

6161
install-and-test:
6262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)