This commit is contained in:
parent
a3bcaafee7
commit
3e88188f71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install sqlx-cli
|
- name: Install sqlx-cli
|
||||||
run: cargo install sqlx-cli --no-default-features --features postgres
|
run: cargo install sqlx-cli --no-default-features --features postgres
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue