Skip to content

Commit bf432e8

Browse files
committed
fix: missing mojo for test
1 parent 7faef87 commit bf432e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

recipes/ExtraMojo/recipe.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ tests:
3131
- mojo run -I ${{ PREFIX }}/lib/mojo/extramojo.mojopkg tests/test_file.mojo
3232
- mojo test -I ${{ PREFIX }}/lib/mojo/extramojo.mojopkg tests
3333
requirements:
34+
build:
35+
- mojo-compiler ${{ mojo_version }}
36+
host:
37+
- mojo-compiler ${{ mojo_version }}
3438
run:
3539
- mojo-compiler ${{ mojo_version }}
3640
files:

0 commit comments

Comments
 (0)