Skip to content

Commit e015e3f

Browse files
committed
1 parent bba347d commit e015e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: yarn config set supportedArchitectures.cpu "ia32"
117117
shell: bash
118118
- name: Install dependencies
119-
run: yarn install
119+
run: yarn install --ignore-optional
120120
- name: Setup node x86
121121
uses: actions/setup-node@v4
122122
if: matrix.settings.target == 'i686-pc-windows-msvc'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
"@teocloud/teo-android-arm-eabi": "0.2.1",
6969
"@teocloud/teo-darwin-universal": "0.2.1"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)