Skip to content

Commit

Permalink
CI: attempt to fix windows not finding cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Nov 15, 2022
1 parent 0db3fec commit f33ae56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Build
run: |
$env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
npm install --save-dev cross-env
npm install
npm run pack
npm run dist:draft
Expand Down

0 comments on commit f33ae56

Please sign in to comment.