ci(rust): adding the cargo installation
Some checks failed
Rust / build (push) Failing after 3s

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

View file

@ -16,6 +16,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install cargo
run: curl https://sh.rustup.rs -sSf | 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