forked from lthn/blockchain
Update build-windows.yml
removing the gha for msvc-193 due to breaking changes GHA dosnt have it, but users could have that installed so the profile is valid
This commit is contained in:
parent
dc6127eca5
commit
4dfda9a1c7
1 changed files with 0 additions and 27 deletions
27
.github/workflows/build-windows.yml
vendored
27
.github/workflows/build-windows.yml
vendored
|
|
@ -37,30 +37,3 @@ jobs:
|
|||
assets: lethean-*
|
||||
asset-type: 'cli'
|
||||
asset-directory: ${{ github.workspace }}/build/msvc-194-x86_64/src/Release
|
||||
|
||||
msvc-193:
|
||||
name: msvc-193-x86_64
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Conan
|
||||
uses: conan-io/setup-conan@v1
|
||||
with:
|
||||
home: ${{ github.workspace }}/build/sdk
|
||||
cache_packages: true
|
||||
|
||||
- name: Compile Release
|
||||
run: make msvc-193-x86_64 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
|
||||
- name: CLI Artifacts
|
||||
uses: ./.github/actions/upload-artifacts
|
||||
with:
|
||||
chain-network: ${{ inputs.chain-network }}
|
||||
assets: lethean-*
|
||||
asset-type: 'cli'
|
||||
asset-directory: ${{ github.workspace }}/build/msvc-193-x86_64/src/Release
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue