Skip to content

Commit

Permalink
ncis >= 3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 29, 2024
1 parent c887c3e commit 5db5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other_resources/installer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
fi
# shellcheck disable=SC2154
if [[ "${TARGET_PLATFORM}" == win-* ]]; then
conda install -y "nsis=3.01" -c conda-forge --override-channels
conda install -y "nsis>=3.01" -c conda-forge --override-channels
fi
# pip install git+git://github.com/conda/[email protected]#egg=constructor --force --no-deps
conda list
Expand Down

0 comments on commit 5db5a7d

Please sign in to comment.