Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-bobek committed Oct 4, 2024
1 parent 14422d0 commit ef26d83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ jobs:
- name: Install Redistributable files for Visual Studio 2010
run: |
Invoke-WebRequest -Uri "https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe" -OutFile vcredist_x86.exe
.\vcredist_x86.exe /quiet /norestart
vcredist_x86.exe /extract:vcredist_x86 /quiet /passive
mkdir vcredist_x86\vc_red
expand -F:* vcredist_x86\vc_red.cab vcredist_x86\vc_red\
cp vcredist_x86\vc_red\F_CENTRAL_msvcp100_x86 c:\Windows\System32\msvcp100.dll
cp vcredist_x86\vc_red\F_CENTRAL_msvcr100_x86 c:\Windows\System32\msvcr100.dll
- name: test2
run: |
Expand Down

0 comments on commit ef26d83

Please sign in to comment.