From 5a7612d020e720b0afdfa97b89d6c275cea61be3 Mon Sep 17 00:00:00 2001 From: Starry North Date: Fri, 8 Dec 2023 13:03:14 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a319a6a..3c4aa31 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -189,6 +189,7 @@ jobs: rustup default nightly rustup target add aarch64-unknown-linux-musl build: |- + source /root/.cargo/env cargo cd /addon npm install @@ -207,6 +208,7 @@ jobs: npm install n -g n stable build: |- + source /root/.cargo/env cargo cd /addon npm install