From 5a1753218c97ef0656e134c2dbe67e762afcd46f Mon Sep 17 00:00:00 2001
From: Antoine Gersant <antoine.gersant@lesforges.org>
Date: Fri, 31 Jan 2025 19:02:21 -0800
Subject: [PATCH] yaml fix

---
 .github/workflows/coverage.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ae0d77a..f4b15e7 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -17,7 +17,8 @@ jobs:
       - name: Checkout Polaris
         uses: actions/checkout@v4
       - uses: actions-rust-lang/setup-rust-toolchain@v1
-        components: llvm-tools-preview
+        with:
+          components: llvm-tools-preview
       - name: Install grcov
         run: cargo install grcov
       - name: Run tests