We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91081 commit 1bb4f63Copy full SHA for 1bb4f63
.github/workflows/rust.yml
@@ -7,7 +7,8 @@ on:
7
types: [released]
8
9
env:
10
- PACKAGES: libavc1394-dev libavdevice-dev
+ PACKAGES: libavc1394-dev libavdevice-dev nasm
11
+ #nasm is needed to build fmpeg from source, if ffmpeg-future is aviable
12
13
jobs:
14
test-linux:
0 commit comments