Always run MSVC runtime installer

This commit is contained in:
Jonas Kvinge
2025-01-08 18:04:08 +01:00
parent 558eae1ca1
commit 9095b0d6b2
2 changed files with 11 additions and 4 deletions

View File

@@ -1452,6 +1452,11 @@ jobs:
exit 1
fi
- name: Download MSVC runtime
shell: bash
working-directory: build
run: curl -f -O -L https://aka.ms/vs/17/release/vc_redist.$(test "${{matrix.arch}}" = "x86_64" && echo "x64" || echo "${{matrix.arch}}").exe
- name: Create nsis installer
shell: cmd
working-directory: build