Add checkout step again

This commit is contained in:
Rafal Kupiec 2023-03-26 20:47:09 +02:00 committed by Rafal Kupiec
parent fe3c1215bd
commit a5883d620b

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