From 4964f01f91f4b4e0a92fcbda530372248660def2 Mon Sep 17 00:00:00 2001 From: alloncm Date: Tue, 31 Dec 2024 19:54:44 +0200 Subject: [PATCH] revert ci fix --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d1978008..8ddd55bb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: add-to-path: true - name: install cargo make - run: cargo install --force --no-default-features --locked --version 0.37.23 cargo-make + run: cargo install --no-default-features --locked --version 0.37.23 cargo-make - name: Run tests run: cargo make test