Skip to content

Commit

Permalink
Fix bench CI (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Feb 27, 2024
1 parent 17f2cb0 commit 4d3c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ args = ["-p", "wasmpkg"]
[tasks.wasm-wasm-examples]
description = "Copy the WASM files from examples into wasmpkg"
category = "ICU4X WASM"
dependencies = ["wasm-dir", "install-nightly", "install-wasm"]
dependencies = ["wasm-dir", "install-wasm-nightly"]
script_runner = "@duckscript"
script = '''
exit_on_error true
Expand Down

0 comments on commit 4d3c184

Please sign in to comment.