Change home dir for rust install
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 1m2s
Podman Rootless Demo / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-10-25 19:40:20 -04:00
parent 774a2d1c38
commit 9d35c739ce

View file

@ -210,7 +210,8 @@ jobs:
- name: Install Rust toolchain and wasm-pack
run: |
# Install Rust using rustup with wget
# Install Rust using rustup with wget - set HOME to root directory
export HOME=/root
wget -O - https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
@ -230,6 +231,7 @@ jobs:
- name: Build WASM module
run: |
export HOME=/root
source $HOME/.cargo/env
cd frontend/wasm
wasm-pack build --target web