Skip to content

Commit 57ce96d

Browse files
committed
ci: update ci again
1 parent 380e219 commit 57ce96d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
with:
7272
ruby-version: ${{ env.RUBY_VERSION }}
7373
bundler-cache: true
74-
- run: sudo apt install libu2f-udev imagemagick
75-
name: install libu2f-udev & imagemagick
7674
- uses: actions/setup-node@v3
7775
with:
7876
node-version: ${{ env.NODE_VERSION }}
@@ -138,8 +136,8 @@ jobs:
138136
with:
139137
ruby-version: ${{ env.RUBY_VERSION }}
140138
bundler-cache: true
141-
- run: sudo apt install libu2f-udev imagemagick
142-
name: install libu2f-udev & imagemagick
139+
- run: sudo apt install imagemagick
140+
name: install imagemagick
143141
- uses: actions/setup-node@v3
144142
with:
145143
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)