ci: source cargo env in trunk/frontend steps
Some checks failed
Build MIPS Binary / build (push) Failing after 8m12s
Some checks failed
Build MIPS Binary / build (push) Failing after 8m12s
This commit is contained in:
@@ -35,12 +35,14 @@ jobs:
|
||||
|
||||
- name: Install Trunk
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
if ! command -v trunk &> /dev/null; then
|
||||
cargo install trunk --locked
|
||||
fi
|
||||
|
||||
- name: Build Frontend
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
cd frontend
|
||||
npm install
|
||||
trunk build --release
|
||||
|
||||
Reference in New Issue
Block a user