From a91cac7f610810179f126cbecc9df503947f38d2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 13:09:53 +0100 Subject: [PATCH] --- .github/workflows/rust.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc4a78f..45f1636 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,6 @@ jobs: container: 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