forked from lthn/blockchain
Update build-windows-intel.yml
This commit is contained in:
parent
34e3224b72
commit
d258daca4c
1 changed files with 0 additions and 16 deletions
16
.github/workflows/build-windows-intel.yml
vendored
16
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue