diff options
author | silverwind <me@silverwind.io> | 2023-06-23 01:24:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 23:24:55 +0000 |
commit | 478f33030e7cdb59611ac544a5cb68f06e639b83 (patch) | |
tree | b229b62c045f9ccefe2e1e22780b13c755f10248 /.github/workflows | |
parent | d2142ba3c35613c8c4c444ca8a909792b4b9238b (diff) | |
download | gitea-478f33030e7cdb59611ac544a5cb68f06e639b83.tar.gz gitea-478f33030e7cdb59611ac544a5cb68f06e639b83.zip |
Remove `deps-tools` from `backend` job (#25454)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pull-compliance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |