From eedb5b2bdf7aa2f90be37e3fa0f5342eb16ddb44 Mon Sep 17 00:00:00 2001 From: bmatthieu3 Date: Thu, 25 May 2023 18:49:38 +0200 Subject: [PATCH] npm install and source rustup --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ac0d408..a0d6c4f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,12 +21,13 @@ jobs: - name: "Install the rust compiler" run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + source "$HOME/.cargo/env" - name: "Install wasm-pack" run: | curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y - name: "Install dependencies" run: | - npm ci + npm install - name: "Build Aladin Lite" run: | npm run build