This commit is contained in:
@@ -27,15 +27,17 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
- name: Install dependencies
|
|
||||||
run: npm install
|
|
||||||
|
|
||||||
# Install rust toolchain
|
# Install rust toolchain
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
export PATH=/root/.cargo/bin:$PATH
|
export PATH=/root/.cargo/bin:$PATH
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
npm install -g wasm-pack
|
npm install -g wasm-pack
|
||||||
wasm-pack --version
|
wasm-pack --version
|
||||||
|
|
||||||
|
# Install app dependencies
|
||||||
|
# - name: Install app dependencies
|
||||||
|
# run: npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user