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 f2c416c commit a4cf432Copy full SHA for a4cf432
.github/workflows/build.yml
@@ -86,12 +86,12 @@ jobs:
86
run: |
87
docker pull nvidia/cuda:11.1-devel-ubuntu20.04
88
docker pull ubuntu:20.04
89
- - name: run if cuda_ubuntu_pull failed
+ - name: run if cuda_ubuntu_pull failed
90
if: failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
91
92
93
94
- - name: build ffmpeg
+ - name: build ffmpeg
95
96
docker build -t ffmpeg:cuda -f cuda.dockerfile .
97
- name: test run ffmepg
0 commit comments