ci(rust): adding the yes to cargo install
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
Raphael 2026-03-15 12:47:09 +01:00
parent 5139c235dd
commit cf43f4a70b
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install cargo
run: curl https://sh.rustup.rs -sSf | sh
run: curl https://sh.rustup.rs -sSf | yes | sh
- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features --features postgres
- name: Prepare