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 14, 2023
1 parent bbd89c6 commit 09ff1ac
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 09ff1ac

Please sign in to comment.