From 4398d2b93312b8de8fcfecf130bdd7720e8a8467 Mon Sep 17 00:00:00 2001 From: Allen Pocket Date: Thu, 28 Oct 2021 19:07:31 +0800 Subject: [PATCH] :construction: ($CI) .. --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6db8e5485..e699d02c0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -62,7 +62,7 @@ jobs: - name: Generate WeightInfo Files # run: make generate-all-weights # run: sed -i 's/fn/fnkp/' runtime/asgard/src/weights/bifrost_bancor.rs - run: touch ./runtime/asgard/anything.rs + run: rm -rf ./runtime/asgard/src/weights/bifrost_bancor.rs - name: Commit Automatically uses: stefanzweifel/git-auto-commit-action@v4 with: