CI: Always do a full build of generated files.

This commit is contained in:
Joachim Bauch 2024-08-05 09:09:37 +02:00
commit 052b3e28ed
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,7 @@ jobs:
- name: Generate files
run: |
make distclean
make common
- name: Commit changes
@ -105,6 +106,7 @@ jobs:
- name: Generate files
run: |
make distclean
make common
- name: Check generated files

View file

@ -148,6 +148,9 @@ proxy: $(BINDIR)
clean:
rm -f easyjson-bootstrap*.go
distclean: clean
rm -f $(EASYJSON_GO_FILES) $(PROTO_GO_FILES)
build: server proxy
vendor: go.mod go.sum