forked from lthn/blockchain
changing quick compile for testing
This commit is contained in:
parent
993a0c4bed
commit
bf58c56ab1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/_on-pr-fast.yml
vendored
3
.github/workflows/_on-pr-fast.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue