We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e219 commit 57ce96dCopy full SHA for 57ce96d
1 file changed
.github/workflows/ci_cd.yml
@@ -71,8 +71,6 @@ jobs:
71
with:
72
ruby-version: ${{ env.RUBY_VERSION }}
73
bundler-cache: true
74
- - run: sudo apt install libu2f-udev imagemagick
75
- name: install libu2f-udev & imagemagick
76
- uses: actions/setup-node@v3
77
78
node-version: ${{ env.NODE_VERSION }}
@@ -138,8 +136,8 @@ jobs:
138
136
139
137
140
141
142
+ - run: sudo apt install imagemagick
+ name: install imagemagick
143
144
145
0 commit comments