Next attempt

This commit is contained in:
Keavon Chambers 2024-10-02 13:46:46 -07:00
parent f4f60579c2
commit 40a0096a5d
3 changed files with 12 additions and 12 deletions

View file

@ -54,10 +54,10 @@ jobs:
- name: 📜 Install Rust dependencies
run: |
cargo binstall cargo-about
cargo binstall cargo-watch
cargo binstall wasm-pack
cargo binstall -f wasm-bindgen-cli@0.2.92
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
- name: ✂ Replace template in <head> of index.html
run: |

View file

@ -51,10 +51,10 @@ jobs:
- name: 📜 Install Rust dependencies
run: |
cargo binstall cargo-about
cargo binstall cargo-watch
cargo binstall wasm-pack
cargo binstall -f wasm-bindgen-cli@0.2.92
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
- name: ✂ Replace template in <head> of index.html
run: |

View file

@ -77,10 +77,10 @@ jobs:
- name: 📜 Install Rust dependencies
run: |
cargo binstall cargo-about
cargo binstall cargo-watch
cargo binstall wasm-pack
cargo binstall -f wasm-bindgen-cli@0.2.92
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
- name: ✂ Replace template in <head> of index.html
run: |