From d258daca4cc29fdbf5c41971abb29902ad3aab92 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 2 Oct 2025 14:05:05 +0100 Subject: [PATCH] Update build-windows-intel.yml --- .github/workflows/build-windows-intel.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/build-windows-intel.yml b/.github/workflows/build-windows-intel.yml index 68b24e4c..1d59e014 100644 --- a/.github/workflows/build-windows-intel.yml +++ b/.github/workflows/build-windows-intel.yml @@ -27,22 +27,6 @@ jobs: path: ${{ github.workspace }}/build/sdk key: ${{ runner.os }}-${{ runner.arch }}-sdk - - name: Create Conan Profile - shell: pwsh - run: | - $profileDir = "${{ github.workspace }}/build/sdk/profiles" - New-Item -Path $profileDir -ItemType Directory -Force - @" - [settings] - arch=x86_64 - build_type=Release - compiler=msvc - compiler.cppstd=17 - compiler.runtime=static - compiler.version=194 - os=Windows - "@ | Set-Content -Path (Join-Path $profileDir "default") - - uses: actions/setup-python@v5 with: python-version: 3.x