From bad11b2fcebeef1eb296adb8e50c2c50932852f6 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 26 Mar 2023 20:47:09 +0200 Subject: [PATCH] Add checkout step again --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9e121f..cf65f1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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