forked from lthn/blockchain
Update build-windows-intel.yml
This commit is contained in:
parent
031856ec0a
commit
34835fdbc7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-windows-intel.yml
vendored
3
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
- uses: TheMrMilchmann/setup-msvc-dev@v4
|
||||
with:
|
||||
arch: x64
|
||||
toolset: v143
|
||||
|
||||
- name: Cache SDK Folder
|
||||
uses: actions/cache@v4
|
||||
|
|
@ -43,7 +44,7 @@ jobs:
|
|||
cache_packages: false
|
||||
|
||||
- name: Compile Release
|
||||
run: make msvc-194-x86_64 STATIC=1 CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
run: make msvc-193-x86_64 STATIC=1 CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
|
||||
- name: CLI Artifacts
|
||||
uses: ./.github/actions/upload-artifacts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue