Add checkout step again
Some checks failed
XTChain

This commit is contained in:
2023-03-26 20:47:09 +02:00
parent 2d4c630150
commit bad11b2fce

View File

@@ -8,8 +8,8 @@ jobs:
container:
image: codingworkshop/oscw-runner:latest
steps:
# - name: Checkout repository
# uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3
- name: Build XTChain
run: CORES=10 ./build-linux.sh
- name: Publish binaries