Skip to content

Commit 6231643

Browse files
committed
Remove duplicated -y
1 parent 426c50c commit 6231643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/decidim_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 1
3434
- name: Install required libraries
35-
run: sudo apt-get update && sudo apt-get install -y -y libicu-dev imagemagick libvips libvips-tools
35+
run: sudo apt-get update && sudo apt-get install -y libicu-dev imagemagick libvips libvips-tools
3636
- uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{ env.RUBY_VERSION }}

0 commit comments

Comments
 (0)