From c052ade8f3ac5ec54b9bec4e7c90da0c9e97373f Mon Sep 17 00:00:00 2001 From: xmdhs Date: Thu, 12 Oct 2023 19:48:20 +0800 Subject: [PATCH] sudo --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 100e4f4..074a72f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,8 +27,8 @@ jobs: - name: start mysql / redis run: | sudo systemctl start mysql.service - apt update - apt install redis + sudo apt update + sudo apt install redis - name: Test run: go test -tags="redis,sqlite" -race -v ./...