Skip to content

Commit 87eabe4

Browse files
authored
ci: revert unnecessary sharp installation (#659)
1 parent 030eaa5 commit 87eabe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/functional-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
- run: npm install -g appium
8989
- run: |
9090
appium plugin install images
91-
# for macOS env specific
92-
npm install -g --os=darwin --cpu=arm64 sharp
9391
appium plugin install execute-driver
9492
# Workaround to keep symlink to global appium
9593
appium driver install xcuitest
@@ -167,8 +165,6 @@ jobs:
167165
npm install -g mjpeg-consumer
168166
- run: |
169167
appium plugin install images
170-
# for macOS env specific
171-
npm install -g --os=darwin --cpu=arm64 sharp
172168
appium plugin install execute-driver
173169
# Workaround to keep symlink to global appium
174170
appium driver install xcuitest

0 commit comments

Comments
 (0)