Skip to content

Commit f2745bc

Browse files
committed
fix(circleci): install file command
Was used in paperclip validations, and due to the following bug it is missing from ruby 3.1 image: CircleCI-Public/cimg-ruby#106
1 parent 5817f2c commit f2745bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ commands:
3838
cd spec/dummy/
3939
xargs -a Aptfile sudo apt-get install
4040
sudo apt-get install libvips
41+
sudo apt-get install file
4142
- run:
4243
name: Install bundle dependencies
4344
command: |

0 commit comments

Comments
 (0)