Skip to content

lockfile

lockfile #11

Workflow file for this run

- name: Install Just

Check failure on line 1 in .github/workflows/build-setup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-setup.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: extractions/setup-just@v2
- name: Install HDF5
shell: bash
run: just init::install-hdf5-headers
- name: Run MSI installer (windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
cd just\hdf
msiexec /i HDF5-1.14.0-win64.msi /quiet /qn /norestart