From 5139c235dd2aee15cf6b72f53dec092d1ddf80a5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 12:45:08 +0100 Subject: [PATCH] ci(rust): adding the cargo installation --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b92e74c..40d55a5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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