From c4d6d876b92151c6ba3a12d4db3fff0508f1ff38 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 8 Jun 2024 20:10:45 +0300 Subject: [PATCH] Try to install vcredist140 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2cdff3..defb20d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,8 +269,9 @@ jobs: git submodule update --init tools/boostdep python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY% cmd /c bootstrap + choco install vcredist140 b2 -v - b2 -d+11 --debug-configuration headers + b2 -d0 headers - name: Run tests shell: cmd