From 3d0e47625bdcceefcf35ff9337e7afab5321075e Mon Sep 17 00:00:00 2001 From: offa Date: Mon, 18 Nov 2024 19:07:26 +0100 Subject: [PATCH] Test separate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 486a00a..19efd55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: conan install --build=missing -of build --requires "libcurl/7.87.0" --deployer full_deploy - name: Install lib run: | - git clone https://github.com/rollbear/trompeloeil.git + git clone -b msvc_fix https://github.com/rollbear/trompeloeil.git cd trompeloeil mkdir -p build && cd build cmake ..