Skip to content

Commit acc6f33

Browse files
committed
chore: try explict install of the win32 dependency
1 parent af3c3d8 commit acc6f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
- name: Install dependencies
287287
run: npm ci --prefer-offline --include=optional --verbose
288288

289+
- name: Explict install of optional dependency
290+
run: npm install @pwrs/cem-win32-x64@^0.1.11
291+
289292
- name: Build
290293
id: build
291294
run: npm run build

0 commit comments

Comments
 (0)