Skip to content

Commit 6a409c4

Browse files
committed
CI: Update vc_redist URL to newest
1 parent 36b1a6f commit 6a409c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ jobs:
15911591
- name: Download MSVC runtime
15921592
shell: bash
15931593
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
1594+
run: curl -f -O -L https://aka.ms/vc14/vc_redist.$(test "${{matrix.arch}}" = "x86_64" && echo "x64" || echo "${{matrix.arch}}").exe
15951595

15961596
- name: Create nsis installer
15971597
shell: cmd

0 commit comments

Comments
 (0)