We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0173926 commit 80c16bcCopy full SHA for 80c16bc
1 file changed
.github/workflows/linux_quick-test.yaml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: ./test
24
25
- name: Install linux sharp
26
- run: npm install --include=optional sharp
+ run: npm install --os=linux --cpu=x64 sharp
27
28
- name: Cypress run
29
uses: cypress-io/github-action@v6
0 commit comments