We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4efbd6 commit a29d274Copy full SHA for a29d274
1 file changed
.github/workflows/linux_quick-test.yaml
@@ -16,7 +16,7 @@ jobs:
16
echo "::set-output name=TEST_RUN_NAME::${{ github.workflow }}—$BRANCH_NAME"
17
18
- name: Install linux sharp
19
- run: npm install --os=linux --cpu=x64 sharp
+ run: npm install --force @img/sharp-linux-x64
20
21
- name: Install root dependencies
22
run: npm install
0 commit comments