Skip to content

Commit 9d526fb

Browse files
committed
fixup
1 parent 42a0d20 commit 9d526fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipes/mav/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ build:
1818
requirements:
1919
host:
2020
- mojo-compiler ${{ mojo_version }}
21-
- ffmpeg = { version = "==8.0.1", build = "*lgpl*" }
21+
- "ffmpeg ==8.0.1 *lgpl*"
2222
build:
2323
- mojo-compiler ${{ mojo_version }}
24-
- ffmpeg = { version = "==8.0.1", build = "*lgpl*" }
24+
- "ffmpeg ==8.0.1 *lgpl*"
2525
run:
2626
- mojo-compiler ${{ mojo_version }}
27-
- ffmpeg = { version = "==8.0.1", build = "*lgpl*" }
27+
- "ffmpeg ==8.0.1 *lgpl*"
2828

2929
about:
3030
homepage: https://github.com/josiahls/mav

0 commit comments

Comments
 (0)