From 773d8ded753f12ae7c1061055066d23b92efce94 Mon Sep 17 00:00:00 2001 From: Matthias Konnerth Date: Wed, 20 Nov 2024 10:17:37 +0100 Subject: [PATCH] conan profile detect --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 89c3872..d228740 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Install conan - run: pip install conan && conan profile detect && conan profile update settings.compiler. + run: pip install conan && conan profile detect - uses: actions/checkout@v4 with: