forked from lthn/blockchain
Update build-windows-intel.yml
This commit is contained in:
parent
e2b3ed9825
commit
34e3224b72
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-windows-intel.yml
vendored
3
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -54,9 +54,8 @@ jobs:
|
||||||
home: ${{ github.workspace }}/build/sdk
|
home: ${{ github.workspace }}/build/sdk
|
||||||
cache_packages: false
|
cache_packages: false
|
||||||
|
|
||||||
|
|
||||||
- name: Compile Release
|
- name: Compile Release
|
||||||
run: make msvc-194-x86_64 STATIC=1 CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
run: make release CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||||
|
|
||||||
- name: CLI Artifacts
|
- name: CLI Artifacts
|
||||||
uses: ./.github/actions/upload-artifacts
|
uses: ./.github/actions/upload-artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue