Skip to content

Commit

Permalink
ci(windows): pin version of wix toolset to v3.14.0 (#3525)
Browse files Browse the repository at this point in the history
ci: pin version of wix toolset to v3.14.0
  • Loading branch information
erickzhao committed Mar 6, 2024
1 parent 1aa94fc commit 3dc6fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
name: Windows Setup
shell: bash
command: |
choco install --no-progress -y wixtoolset
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"
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
npm install node-gyp@9.4.0
- when:
Expand Down

0 comments on commit 3dc6fe7

Please sign in to comment.