Add checkout step again
Some checks failed
XTChain

This commit is contained in:
Rafal Kupiec 2023-03-26 20:47:09 +02:00
parent 2d4c630150
commit bad11b2fce
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -8,8 +8,8 @@ jobs:
container: container:
image: codingworkshop/oscw-runner:latest image: codingworkshop/oscw-runner:latest
steps: steps:
# - 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: CORES=10 ./build-linux.sh
- name: Publish binaries - name: Publish binaries