diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c4d401b..24242e37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,11 +53,7 @@ jobs: # is available to run within our VM. - run: name: Install drupal-check - command: | - curl -O -L https://github.com/mglaman/drupal-check/releases/latest/download/drupal-check.phar - mkdir --parents ~/bin - mv drupal-check.phar ~/bin/drupal-check - chmod +x ~/bin/drupal-check + command: composer global require mglaman/drupal-check # Composer package cache - restore_cache: