From 931c4269d1d293954fae2012d809e9663cd2cb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 6 Oct 2025 11:07:55 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4315dfc..c53f4c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: with: profile: minimal toolchain: ${{ matrix.rust }} + components: rustfmt, clippy override: true - name: Test run: |