Skip to content

Commit

Permalink
Fix invalid version of wasm-pack (#11078)
Browse files Browse the repository at this point in the history
Long shot to potentially fix wasm-pack/wasm-bindgen generation issues.
Hosted MacOS ARM runner uses `0.12.1` and that one works.
  • Loading branch information
hubertp authored Sep 14, 2024
1 parent 8fab4f5 commit 742fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci_utils/src/actions/workflow/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub fn setup_wasm_pack_step() -> Step {
uses: Some("jetli/[email protected]".into()),
with: Some(step::Argument::Other(BTreeMap::from_iter([(
"version".into(),
"v0.10.2".into(),
"v0.12.1".into(),
)]))),
r#if: Some(is_github_hosted()),
..default()
Expand Down

0 comments on commit 742fc5f

Please sign in to comment.