Skip to content

Commit 700a3a7

Browse files
committed
ci: update workflow
1 parent 4281297 commit 700a3a7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/default.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
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:
@@ -32,7 +38,7 @@ jobs:
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.

0 commit comments

Comments
 (0)