diff --git a/.github/workflows/060_generate_benchmark_weights.yml b/.github/workflows/060_generate_benchmark_weights.yml index 6a15ae447..29123b779 100644 --- a/.github/workflows/060_generate_benchmark_weights.yml +++ b/.github/workflows/060_generate_benchmark_weights.yml @@ -42,6 +42,13 @@ jobs: key: ${{ runner.os }}-tfchain-build-cache-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-tfchain-build-cache + - name: Git check + run: | + pwd + ls -a + git config --global --add safe.directory /__w/tfchain/tfchain + git status + - name: Build run: | cd substrate-node @@ -71,6 +78,7 @@ jobs: run: | pwd ls -a + git config --global --add safe.directory /__w/tfchain/tfchain git status - name: Commit & Push changes