Update workflow file
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install sqlx-cli
|
||||||
|
run: cargo install sqlx-cli
|
||||||
- name: Build Client
|
- name: Build Client
|
||||||
run: cd client && cargo build --verbose
|
run: cd client && cargo build --verbose
|
||||||
- name: Build Server
|
- name: Build Server
|
||||||
|
|||||||
Reference in New Issue
Block a user