Skip to content

Commit 4913f85

Browse files
committed
Enable option to create installer log file
1 parent ae4b141 commit 4913f85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,16 @@ jobs:
127127
channels: conda-forge
128128
channel-priority: strict
129129

130+
- name: Install nsis with logging enabled
131+
run: |
132+
conda install "nsis=*=*log*"
133+
130134
- name: Install constructor
135+
if: runner.os == 'windows'
136+
env:
137+
NSIS_USING_LOG_BUILD: "1"
131138
run: |
132-
conda install constructor
139+
conda install constructor conda-standalone>=24.11
133140
134141
- name: Conda info
135142
run: |

0 commit comments

Comments
 (0)