mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Next attempt
This commit is contained in:
parent
f4f60579c2
commit
40a0096a5d
3 changed files with 12 additions and 12 deletions
8
.github/workflows/build-dev-and-ci.yml
vendored
8
.github/workflows/build-dev-and-ci.yml
vendored
|
@ -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: |
|
||||
|
|
8
.github/workflows/build-production.yml
vendored
8
.github/workflows/build-production.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue