Skip to content

Commit 2460063

Browse files
committed
Try without ENABLE_CUDA?
1 parent ae3824d commit 2460063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
trigger-event: ${{ github.event_name }}
5656
architecture: aarch64
5757
build-platform: "python-build-package"
58-
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 python -m build --wheel -vvv --no-isolation"
58+
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
5959

6060
install-and-test:
6161
runs-on: linux.arm64.2xlarge

0 commit comments

Comments
 (0)