Change build job command from cargo-leptos to cargo
This commit is contained in:
parent
e45c440a37
commit
6fe4cb5d9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user