|
@@ -51,7 +51,7 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
./download_webclient.sh
|
|
|
- wget https://aka.ms/vs/17/release/vc_redist.x64.exe
|
|
|
+ curl -L https://aka.ms/vs/17/release/vc_redist.x64.exe > vc_redist.x64.exe
|
|
|
sed -i 's#C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Redist\\MSVC\\v142\\vcredist_x64.exe#'"$(readlink -f vc_redist.x64.exe | sed 's#/\([a-z]\)/#\1:\\#g' | tr '/' '\\' | sed 's/\\/\\\\/g')#g" bundle/win/Bundle.wxs
|
|
|
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
|
|
|
unzip ninja.zip
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
./download_webclient.sh
|
|
|
- wget https://aka.ms/vs/17/release/vc_redist.x86.exe
|
|
|
+ curl -L https://aka.ms/vs/17/release/vc_redist.x86.exe > vc_redist.x86.exe
|
|
|
sed -i 's#C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Redist\\MSVC\\v142\\vcredist_x64.exe#'"$(readlink -f vc_redist.x86.exe | sed 's#/\([a-z]\)/#\1:\\#g' | tr '/' '\\' | sed 's/\\/\\\\/g')#g" bundle/win/Bundle.wxs
|
|
|
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
|
|
|
unzip ninja.zip
|