Skip to content

Commit 478f330

Browse files
authored
Remove deps-tools from backend job (#25454)
1 parent d2142ba commit 478f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
check-latest: true
112112
# no frontend build here as backend should be able to build
113113
# even without any frontend files
114-
- run: make deps-backend deps-tools
114+
- run: make deps-backend
115115
- run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
116116
- name: build-backend-arm64
117117
run: make backend # test cross compile

0 commit comments

Comments
 (0)