Fix: quitar version pin y muteo de cargo install dioxus-cli
Build & Deploy NutriApp / build-and-deploy (push) Failing after 3m44s
Build & Deploy NutriApp / build-and-deploy (push) Failing after 3m44s
This commit is contained in:
@@ -29,12 +29,13 @@ jobs:
|
|||||||
target
|
target
|
||||||
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
|
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
- name: Install wasm-pack + dioxus-cli + Build Frontend
|
- name: Install dioxus-cli + Build Frontend
|
||||||
run: |
|
run: |
|
||||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
cargo install dioxus-cli --version 0.6.3 2>/dev/null || true
|
cargo install dioxus-cli
|
||||||
export PATH="$HOME/.cargo/bin:/usr/local/cargo/bin:$PATH"
|
ls -la /usr/local/cargo/bin/ | grep dx
|
||||||
which dx && dx --version
|
ls -la /root/.cargo/bin/ 2>/dev/null | grep dx || true
|
||||||
|
dx --version
|
||||||
cd frontend
|
cd frontend
|
||||||
dx build --release
|
dx build --release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user