File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
91+ # Install sharp in the images plugin's directory. This is a workaround
92+ cd ~/.appium/node_modules/@appium/images-plugin && npm install --no-package-lock --cpu=arm64 --os=darwin sharp
9393 appium plugin install execute-driver
9494 # Workaround to keep symlink to global appium
9595 appium driver install xcuitest
@@ -167,8 +167,6 @@ jobs:
167167 npm install -g mjpeg-consumer
168168 - run : |
169169 appium plugin install images
170- # for macOS env specific
171- npm install -g --os=darwin --cpu=arm64 sharp
172170 appium plugin install execute-driver
173171 # Workaround to keep symlink to global appium
174172 appium driver install xcuitest
You can’t perform that action at this time.
0 commit comments