From 478f33030e7cdb59611ac544a5cb68f06e639b83 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 23 Jun 2023 01:24:55 +0200 Subject: [PATCH] Remove `deps-tools` from `backend` job (#25454) --- .github/workflows/pull-compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-compliance.yml b/.github/workflows/pull-compliance.yml index 0ec6ec84bc..71e4fe02dc 100644 --- a/.github/workflows/pull-compliance.yml +++ b/.github/workflows/pull-compliance.yml @@ -111,7 +111,7 @@ jobs: check-latest: true # no frontend build here as backend should be able to build # even without any frontend files - - run: make deps-backend deps-tools + - run: make deps-backend - run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag - name: build-backend-arm64 run: make backend # test cross compile