Skip to content

Commit a4cf432

Browse files
committed
update build.yml
1 parent f2c416c commit a4cf432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
run: |
8787
docker pull nvidia/cuda:11.1-devel-ubuntu20.04
8888
docker pull ubuntu:20.04
89-
- name: run if cuda_ubuntu_pull failed
89+
- name: run if cuda_ubuntu_pull failed
9090
if: failure() && steps.cuda_ubuntu_pull.outcome == 'failure'
9191
run: |
9292
docker pull nvidia/cuda:11.1-devel-ubuntu20.04
9393
docker pull ubuntu:20.04
94-
- name: build ffmpeg
94+
- name: build ffmpeg
9595
run: |
9696
docker build -t ffmpeg:cuda -f cuda.dockerfile .
9797
- name: test run ffmepg

0 commit comments

Comments
 (0)