Skip to content

Commit f33ae56

Browse files
committed
CI: attempt to fix windows not finding cross-env
1 parent 0db3fec commit f33ae56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build
4646
run: |
4747
$env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
48+
npm install --save-dev cross-env
4849
npm install
4950
npm run pack
5051
npm run dist:draft

0 commit comments

Comments
 (0)