Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Keavon committed Oct 2, 2024
1 parent 40a0096 commit 15385d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo binstall --no-confirm cargo-about
cargo binstall --no-confirm cargo-watch
cargo binstall --no-confirm wasm-pack
cargo binstall --no-confirm -f wasm-bindgen-cli@0.2.92
cargo binstall --no-confirm wasm-bindgen-cli@0.2.92
- name: ✂ Replace template in <head> of index.html
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cargo binstall --no-confirm cargo-about
cargo binstall --no-confirm cargo-watch
cargo binstall --no-confirm wasm-pack
cargo binstall --no-confirm -f wasm-bindgen-cli@0.2.92
cargo binstall --no-confirm wasm-bindgen-cli@0.2.92
- name: ✂ Replace template in <head> of index.html
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment-!build-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cargo binstall --no-confirm cargo-about
cargo binstall --no-confirm cargo-watch
cargo binstall --no-confirm wasm-pack
cargo binstall --no-confirm -f wasm-bindgen-cli@0.2.92
cargo binstall --no-confirm wasm-bindgen-cli@0.2.92
- name: ✂ Replace template in <head> of index.html
run: |
Expand Down

0 comments on commit 15385d4

Please sign in to comment.