We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba347d commit e015e3fCopy full SHA for e015e3f
.github/workflows/CI.yml
@@ -116,7 +116,7 @@ jobs:
116
run: yarn config set supportedArchitectures.cpu "ia32"
117
shell: bash
118
- name: Install dependencies
119
- run: yarn install
+ run: yarn install --ignore-optional
120
- name: Setup node x86
121
uses: actions/setup-node@v4
122
if: matrix.settings.target == 'i686-pc-windows-msvc'
package.json
@@ -68,4 +68,4 @@
68
"@teocloud/teo-android-arm-eabi": "0.2.1",
69
"@teocloud/teo-darwin-universal": "0.2.1"
70
}
71
-}
+}
0 commit comments