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
5853d388e8
commit
f4f60579c2
3 changed files with 30 additions and 12 deletions
14
.github/workflows/build-dev-and-ci.yml
vendored
14
.github/workflows/build-dev-and-ci.yml
vendored
|
@ -46,12 +46,18 @@ jobs:
|
|||
echo "Latest updated version:"
|
||||
rustc --version
|
||||
|
||||
- name: 🔧 Add .cargo/bin to PATH
|
||||
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: 📜 Prepare to install Rust dependencies
|
||||
uses: cargo-bins/cargo-binstall@main
|
||||
|
||||
- name: 📜 Install Rust dependencies
|
||||
run: |
|
||||
cargo install cargo-about
|
||||
cargo install cargo-watch
|
||||
cargo install wasm-pack
|
||||
cargo install -f wasm-bindgen-cli@0.2.92
|
||||
cargo binstall cargo-about
|
||||
cargo binstall cargo-watch
|
||||
cargo binstall wasm-pack
|
||||
cargo binstall -f wasm-bindgen-cli@0.2.92
|
||||
|
||||
- name: ✂ Replace template in <head> of index.html
|
||||
run: |
|
||||
|
|
14
.github/workflows/build-production.yml
vendored
14
.github/workflows/build-production.yml
vendored
|
@ -43,12 +43,18 @@ jobs:
|
|||
echo "Latest updated version:"
|
||||
rustc --version
|
||||
|
||||
- name: 🔧 Add .cargo/bin to PATH
|
||||
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: 📜 Prepare to install Rust dependencies
|
||||
uses: cargo-bins/cargo-binstall@main
|
||||
|
||||
- name: 📜 Install Rust dependencies
|
||||
run: |
|
||||
cargo install cargo-about
|
||||
cargo install cargo-watch
|
||||
cargo install wasm-pack
|
||||
cargo install -f wasm-bindgen-cli@0.2.92
|
||||
cargo binstall cargo-about
|
||||
cargo binstall cargo-watch
|
||||
cargo binstall wasm-pack
|
||||
cargo binstall -f wasm-bindgen-cli@0.2.92
|
||||
|
||||
- name: ✂ Replace template in <head> of index.html
|
||||
run: |
|
||||
|
|
14
.github/workflows/comment-!build-commands.yml
vendored
14
.github/workflows/comment-!build-commands.yml
vendored
|
@ -69,12 +69,18 @@ jobs:
|
|||
echo "Latest updated version:"
|
||||
rustc --version
|
||||
|
||||
- name: 🔧 Add .cargo/bin to PATH
|
||||
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: 📜 Prepare to install Rust dependencies
|
||||
uses: cargo-bins/cargo-binstall@main
|
||||
|
||||
- name: 📜 Install Rust dependencies
|
||||
run: |
|
||||
cargo install cargo-about
|
||||
cargo install cargo-watch
|
||||
cargo install wasm-pack
|
||||
cargo install -f wasm-bindgen-cli@0.2.92
|
||||
cargo binstall cargo-about
|
||||
cargo binstall cargo-watch
|
||||
cargo binstall wasm-pack
|
||||
cargo binstall -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