This commit is contained in:
parent
f5a3874542
commit
5139c235dd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cargo
|
||||
run: curl https://sh.rustup.rs -sSf | sh
|
||||
- name: Install sqlx-cli
|
||||
run: cargo install sqlx-cli --no-default-features --features postgres
|
||||
- name: Prepare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue