diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6025d08..cb7565e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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