1
0
Fork 0
forked from lthn/blockchain

Update build-windows-intel.yml

This commit is contained in:
Snider 2025-10-02 13:52:13 +01:00
parent e2b3ed9825
commit 34e3224b72

View file

@ -54,9 +54,8 @@ jobs:
home: ${{ github.workspace }}/build/sdk
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 release CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
- name: CLI Artifacts
uses: ./.github/actions/upload-artifacts