We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa94fc commit 3dc6fe7Copy full SHA for 3dc6fe7
.circleci/config.yml
@@ -108,8 +108,8 @@ jobs:
108
name: Windows Setup
109
shell: bash
110
command: |
111
- choco install --no-progress -y wixtoolset
112
- echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.11/bin"' >> "$BASH_ENV"
+ choco install --no-progress -y wixtoolset --version=3.14.0
+ echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.14/bin"' >> "$BASH_ENV"
113
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
114
npm install node-gyp@9.4.0
115
- when:
0 commit comments