From ba0bda43f0300f8cfc69c002efee5fd3f43d6171 Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Thu, 16 Jan 2025 14:14:39 +0100 Subject: [PATCH] ci: add imagemagick to ci --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 01c2022d25..e1108b0b32 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -95,7 +95,7 @@ jobs: rm /tmp/chrome.deb name: Install Chrome version ${{ env.CHROME_VERSION }} - run: sudo apt install imagemagick - name: Install imagemagick + name: Install imagemagick - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }}