Merge branch 'master' into as-is

This commit is contained in:
Elijah Potter
2025-07-25 08:58:09 -06:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install pandoc -y
- uses: cargo-bins/cargo-binstall@main
- name: Install `wasm-pack`
run: cargo binstall wasm-pack
run: cargo binstall wasm-pack --force --no-confirm
- name: Build Chrome Plugin
run: just build-chrome-plugin
- name: Build Firefox Plugin

View File

@@ -25,7 +25,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install pandoc -y
- uses: cargo-bins/cargo-binstall@main
- name: Install `wasm-pack`
run: cargo binstall wasm-pack
run: cargo binstall wasm-pack --force --no-confirm
- name: Precommit
run: just build-wp
- name: Upload extension

View File

@@ -31,7 +31,7 @@ jobs:
uses: Swatinem/rust-cache@v2.7.8
- uses: cargo-bins/cargo-binstall@main
- name: Install `wasm-pack`
run: cargo binstall wasm-pack
run: cargo binstall wasm-pack --force --no-confirm
- name: Install `cargo hack`
run: cargo binstall cargo-hack
- name: Run `cargo-hack`

View File

@@ -23,7 +23,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install pandoc -y
- uses: cargo-bins/cargo-binstall@main
- name: Install `wasm-pack`
run: cargo binstall wasm-pack
run: cargo binstall wasm-pack --force --no-confirm
- name: Build Chrome Plugin
run: just build-chrome-plugin
- name: Build Firefox Plugin

View File

@@ -23,7 +23,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install pandoc -y
- uses: cargo-bins/cargo-binstall@main
- name: Install `wasm-pack`
run: cargo binstall wasm-pack
run: cargo binstall wasm-pack --force --no-confirm
- name: Build
run: just build-wp
- name: Upload extension