mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Next attempt
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user