Change build job command from cargo-leptos to cargo
All checks were successful
Push Workflows / docs (push) Successful in 2m31s
Push Workflows / build (push) Successful in 3m13s
Push Workflows / test (push) Successful in 3m9s
Push Workflows / docker-build (push) Successful in 7m17s

This commit is contained in:
Ethan Girouard 2024-10-04 17:08:01 -04:00
parent e45c440a37
commit 6fe4cb5d9b
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

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