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
|
- name: Install Trunk
|
||||||
run: |
|
run: |
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
if ! command -v trunk &> /dev/null; then
|
if ! command -v trunk &> /dev/null; then
|
||||||
cargo install trunk --locked
|
cargo install trunk --locked
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: |
|
run: |
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
cd frontend
|
cd frontend
|
||||||
npm install
|
npm install
|
||||||
trunk build --release
|
trunk build --release
|
||||||
|
|||||||
Reference in New Issue
Block a user