Skip to content

Commit d307fb3

Browse files
committed
update build.yml
1 parent 057af69 commit d307fb3

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
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: install libva-drm2
1919
run: |
20-
apt update
21-
apt install -y libva-drm2
20+
sudo apt-get update
21+
sudo apt-get install -y libva-drm2
2222
2323
- name: build ffmpeg
2424
run: |

0 commit comments

Comments
 (0)