mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
npm install and source rustup
This commit is contained in:
committed by
Matthieu Baumann
parent
4cf94eaf1a
commit
eedb5b2bdf
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user