Skip to content

Commit 3dc6fe7

Browse files
authored
ci(windows): pin version of wix toolset to v3.14.0 (#3525)
ci: pin version of wix toolset to v3.14.0
1 parent 1aa94fc commit 3dc6fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
name: Windows Setup
109109
shell: bash
110110
command: |
111-
choco install --no-progress -y wixtoolset
112-
echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.11/bin"' >> "$BASH_ENV"
111+
choco install --no-progress -y wixtoolset --version=3.14.0
112+
echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.14/bin"' >> "$BASH_ENV"
113113
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
114114
npm install node-gyp@9.4.0
115115
- when:

0 commit comments

Comments
 (0)