1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 09:10:21 +02:00

Fix run-tests.yml fix a typo in the prepare environment section.

This commit is contained in:
Sergey Kudashev
2022-03-26 11:51:51 +03:00
parent 4e63fb9eef
commit 7cf7ef5e9a

View File

@@ -26,7 +26,7 @@ jobs:
extensions: mbstring, gd
coverage: none
- name: Prepare environament for Imagemagick
- name: Prepare environment for Imagemagick
run: |
sudo apt-get -y remove imagemagick imagemagick-6-common libmagic-dev
sudo apt-get update