diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c2e633e..13d2991 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,15 +27,17 @@ jobs: uses: actions/setup-node@v4 with: node-version: "24" - - name: Install dependencies - run: npm install # Install rust toolchain - name: Install Rust 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 rustc --version cargo --version npm install -g wasm-pack wasm-pack --version + + # Install app dependencies + # - name: Install app dependencies + # run: npm install