From 19f88214ab90463f5a6a8a1ca81a1450c4ae2a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A8=D9=84=D8=A7=D9=84=20=D9=85=D8=B3=D9=84=D9=88=D8=A8?= Date: Thu, 8 Aug 2024 18:04:52 +0200 Subject: [PATCH] Fix/windows ci 100644 (#292) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * print solver's errors * fix * .-. * ยค * remote ssh * remove multiple checkout * test --------- Co-authored-by: Abdoulbari Zakir --- .github/workflows/windows-vcpkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index 653a7b1279..76fad5e036 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -43,7 +43,7 @@ jobs: # Caching strategy of VCPKG dependencies VCPKG_BINARY_SOURCES: "clear;files,${{ github.workspace }}/vcpkg_cache,readwrite" - runs-on: windows-latest + runs-on: windows-2019 steps: