From 050c7d57fd9a601971306522db25a550c44d3e8c Mon Sep 17 00:00:00 2001 From: "Eric D." Date: Thu, 9 Nov 2023 13:49:22 +0100 Subject: [PATCH] WIP Windows build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52571199f..fc7db5734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: - name: Install Boost via conan run: | + pip3 install conan=='1.61.0' conan install -if build -pr:b default -pr:h default . --build missing --build outdated --settings build_type=Release - name: Configure 3rd parties