Change build job command from cargo-leptos to cargo
Some checks failed
Push Workflows / build (push) Failing after 38s
Push Workflows / docs (push) Failing after 35s
Push Workflows / test (push) Failing after 38s
Push Workflows / docker-build (push) Successful in 2m49s

This commit is contained in:
2024-10-04 17:08:01 -04:00
parent e45c440a37
commit 6fe4cb5d9b

View File

@ -10,7 +10,7 @@ jobs:
- name: Build project
env:
RUSTFLAGS: "-D warnings"
run: cargo-leptos build
run: cargo build
docker-build:
runs-on: ubuntu-latest