This commit is contained in:
parent
5139c235dd
commit
cf43f4a70b
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:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install cargo
|
- name: Install cargo
|
||||||
run: curl https://sh.rustup.rs -sSf | sh
|
run: curl https://sh.rustup.rs -sSf | yes | sh
|
||||||
- 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