From 2c31eff9ee330b981fe4d2c5cc5ef4b8d946b1e8 Mon Sep 17 00:00:00 2001 From: wang yan Date: Fri, 21 Feb 2025 18:20:32 +0800 Subject: [PATCH] fix ci Signed-off-by: wang yan --- .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 a301ca473..6e225ef6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Dependencies run: | sudo apt-get -q update - sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python2-minimal + sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python cd /tmp && go install github.com/vbatts/git-validation@latest - name: Build