We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b1a6f commit 6a409c4Copy full SHA for 6a409c4
.github/workflows/build.yml
@@ -1591,7 +1591,7 @@ jobs:
1591
- name: Download MSVC runtime
1592
shell: bash
1593
working-directory: build
1594
- run: curl -f -O -L https://aka.ms/vs/17/release/vc_redist.$(test "${{matrix.arch}}" = "x86_64" && echo "x64" || echo "${{matrix.arch}}").exe
+ run: curl -f -O -L https://aka.ms/vc14/vc_redist.$(test "${{matrix.arch}}" = "x86_64" && echo "x64" || echo "${{matrix.arch}}").exe
1595
1596
- name: Create nsis installer
1597
shell: cmd
0 commit comments