Skip to content

Commit 66fa9d4

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

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 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
@@ -195,6 +196,9 @@ jobs:
195196
if: startsWith(github.ref, 'refs/tags/')
196197

197198
steps:
199+
- name: Checkout
200+
uses: actions/checkout@v4
201+
198202
- name: Download all artifacts
199203
uses: actions/download-artifact@v4
200204
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17069343.svg)](https://doi.org/10.5281/zenodo.17069343)
55
[![GitHub release](https://img.shields.io/github/v/release/vargalabs/h5cpp-compiler.svg)](https://github.com/vargalabs/h5cpp-compiler/releases)
6-
![Downloads](https://img.shields.io/github/downloads/vargalabs/h5cpp-compiler/total)
76
[![Documentation](https://img.shields.io/badge/docs-stable-blue)](https://vargalabs.github.io/h5cpp-compiler)
87

98
# h5cpp-compiler

0 commit comments

Comments
 (0)