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: