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
|
- name: Build project
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-D warnings"
|
RUSTFLAGS: "-D warnings"
|
||||||
run: cargo-leptos build
|
run: cargo build
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user