Update .forgejo/workflows/fluffychat-build.yaml
All checks were successful
Trigger FluffyChat CI Pipeline / dispatch (push) Successful in 5s
Trigger CI Pipeline / dispatch (push) Successful in 6s

This commit is contained in:
ember 2026-03-17 12:19:36 +00:00
parent 039d67f194
commit 148173755b

View file

@ -23,6 +23,7 @@ jobs:
- name: Patch Dockerfile - name: Patch Dockerfile
run: | run: |
sed -i '/rustup component add rust-src/a RUN rustup target add wasm32-unknown-unknown --toolchain nightly-x86_64-unknown-linux-gnu' Dockerfile sed -i '/rustup component add rust-src/a RUN rustup target add wasm32-unknown-unknown --toolchain nightly-x86_64-unknown-linux-gnu' Dockerfile
sed -i '/prepare-web.sh/i RUN cargo install wasm-bindgen-cli --version 0.2.100' Dockerfile
- name: Build container image - name: Build container image
run: | run: |