Skip to content

Commit

Permalink
fix(circleci): install file command
Browse files Browse the repository at this point in the history
Was used in paperclip validations, and due to the following bug it is missing from ruby 3.1 image: CircleCI-Public/cimg-ruby#106
  • Loading branch information
difernandez committed Feb 17, 2023
1 parent bd12d12 commit e5ee82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ commands:
cd spec/dummy/
xargs -a Aptfile sudo apt-get install
sudo apt-get install libvips
sudo apt-get install file
- run:
name: Install bundle dependencies
command: |
Expand Down

0 comments on commit e5ee82e

Please sign in to comment.