1
0
Fork 0
forked from lthn/blockchain

changing quick compile for testing

This commit is contained in:
snider 2025-10-06 20:35:24 +01:00
parent 993a0c4bed
commit bf58c56ab1

View file

@ -23,6 +23,7 @@ concurrency:
jobs:
build-macos-arm64:
name: Compile
uses: ./.github/workflows/build-macos-arm64.yml
uses: ./.github/workflows/build-windows-intel.yml
# uses: ./.github/workflows/build-macos-arm64.yml
with:
chain-network: ${{ github.ref_name == 'main' && 'mainnet' || 'testnet' }}