Skip to content

Commit 13e7879

Browse files
committed
Merge remote-tracking branch 'origin/19-fix-windows-nsis-install' into release
2 parents 9b243d4 + 6d5592a commit 13e7879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
New-Item -ItemType Directory -Force "C:\Program Files\LLVM" | Out-Null
106106
Copy-Item "$src\*" "C:\Program Files\LLVM\" -Recurse -Force
107107
choco install ninja -y --no-progress
108+
choco install nsis -y --no-progress
108109
109110
$llvm_prefix = "C:\Program Files\LLVM"
110111
"LLVM_DIR=$llvm_prefix\lib\cmake\llvm" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)