Skip to content

Commit ac2e7ae

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

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+
if: runner.os == 'windows'
132+
run: |
133+
conda install "nsis=*=*log*"
134+
130135
- name: Install constructor
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)