File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1919 - uses : TheMrMilchmann/setup-msvc-dev@v3
2020 with :
2121 arch : x64
22+ toolset : " 12.0"
23+ sdk : " 7.1"
24+ - shell : cmd
25+ run : |
26+ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
27+ call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
2228 build-debian-x32 :
2329 runs-on : ubuntu-latest
2430 env :
3238 sudo dpkg --add-architecture i386 &&
3339 sudo apt-get update
3440 - name : install apt pkgs
35- run : sudo apt-get install -y -f build-essential software-properties-common g++-multilib gcc-multilib libc6-dev libc6-dev:i386 unzip zip wget
41+ run : sudo apt-get install -y -f build-essential software-properties-common g++-multilib gcc-multilib libc6-dev libc6-dev:i386 libpsl-dev:i386 libpsl:i386 unzip zip wget
3642 - name : build openssl x32
3743 run : |
3844 wget -q $OPENSSL_SRC &&
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments