Skip to content

Commit 3c730e3

Browse files
Copilotseisman
andauthored
CI: Need to install NSIS on Windows (#9149)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: seisman <3974108+seisman@users.noreply.github.com> Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 20f9488 commit 3c730e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/install-dependencies-windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ fi
4545
# we need the GNU tar for packaging
4646
if [ "$PACKAGE" = "true" ]; then
4747
echo 'C:\Program Files\Git\usr\bin\' >> $GITHUB_PATH
48+
# Install NSIS for building Windows installer
49+
choco install nsis --no-progress
4850
fi
4951

5052
# install more packages using conda

0 commit comments

Comments
 (0)