This commit is contained in:
parent
065b947378
commit
5d31e4026e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build XTChain
|
- name: Build XTChain
|
||||||
run: CORES=10 ./build-linux.sh
|
run: env; exit 0; CORES=10 ./build-linux.sh
|
||||||
- name: Publish binaries
|
- name: Publish binaries
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user