Skip to content

Commit

Permalink
i hate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 28, 2023
1 parent f209f96 commit 8e61d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
shell: bash
command: |
choco install --no-progress -y wixtoolset
echo 'export PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"' >> "$BASH_ENV"
echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.11/bin"' >> "$BASH_ENV"
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
npm install node-gyp@latest
- when:
Expand Down

0 comments on commit 8e61d3f

Please sign in to comment.