File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments