1
0
Fork 0
forked from lthn/blockchain

Update build-windows-intel.yml

This commit is contained in:
Snider 2025-10-02 14:05:05 +01:00
parent 34e3224b72
commit d258daca4c

View file

@ -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