Skip to content

Commit 34f67a6

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
TARGET_PLATFORM: osx-arm64
115115
env:
116116
DISPLAY: ':0'
117+
NSIS_USING_LOG_BUILD: "1"
117118

118119
defaults:
119120
run:
@@ -129,7 +130,8 @@ jobs:
129130

130131
- name: Install constructor
131132
run: |
132-
conda install constructor
133+
conda install "nsis=*=*log*"
134+
conda install constructor conda-standalone>=24.11
133135
134136
- name: Conda info
135137
run: |

0 commit comments

Comments
 (0)