We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deps-tools
backend
1 parent d2142ba commit 478f330Copy full SHA for 478f330
.github/workflows/pull-compliance.yml
@@ -111,7 +111,7 @@ jobs:
111
check-latest: true
112
# no frontend build here as backend should be able to build
113
# even without any frontend files
114
- - run: make deps-backend deps-tools
+ - run: make deps-backend
115
- run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
116
- name: build-backend-arm64
117
run: make backend # test cross compile
0 commit comments