ci(rust): adding the container image
Some checks failed
Rust / build (push) Failing after 2s

This commit is contained in:
Raphael 2026-03-15 14:57:49 +01:00
parent a91cac7f61
commit a3bcaafee7
No known key found for this signature in database

View file

@ -13,9 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
container: rust:latest
container:
image: rust:latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features --features postgres
- name: Prepare