From 2aeed5f188a65501b9eae4aaf67795993b74b7fc Mon Sep 17 00:00:00 2001
From: Antoine Gersant <antoine.gersant@lesforges.org>
Date: Tue, 4 Feb 2025 23:39:04 -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 7752bc0..83d1694 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