From bcd4f13c6f7ee531cc938a0db5ac3a6f1379af9d Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Thu, 16 Jan 2025 14:51:35 +0100 Subject: [PATCH] ci: add imagemagick again in test --- .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 70b44c6f66..d0c9de99da 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -89,7 +89,7 @@ jobs: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true - run: | - sudo apt install libu2f-udev + sudo apt install libu2f-udev imagemagick wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${{env.CHROME_VERSION}}-1_amd64.deb sudo dpkg -i /tmp/chrome.deb rm /tmp/chrome.deb