From e018aee7055f3ba9756281205e96ccebff75ef94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:57:18 +0800 Subject: [PATCH] fix(ci): debug log printing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 648437d..718b596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: go mod tidy - name: Enable Debug Log - run: sed -i '' 's/false/true/g' config/global.go + run: sed -i 's/false/true/g' config/global.go - name: Build run: go build -v ./...