Skip to content

Commit 0944276

Browse files
committed
example: fix WASI example CI failure
1 parent 66792ee commit 0944276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cross-wasi/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
mkShellNoCC {
2828
nativeBuildInputs = [ rust-bin.stable.latest.minimal ];
2929

30-
depsBuildBuild = [ wasmtime ];
30+
depsBuildBuild = [ wasmtime.out ];
3131

3232
# This is optional for wasm32-like targets, since rustc will automatically use
3333
# the bundled `lld` for linking.

0 commit comments

Comments
 (0)