mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: add missing 'make pigeon' instruction (#20202)
* chore: fix typo 'make_build' -> 'make build' * chore: add missing 'make pigeon' instruction Turns out I was getting bit by forgetting to run `make pigeon`, which also generates files. Perhaps it would be better to make it part of `make build`? --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
25e2d37490
commit
e5ee1c8db6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
env:
|
||||
CHANGED_FILES: ${{ steps.verify-changed-files.outputs.changed_files }}
|
||||
run: |
|
||||
echo "ERROR: Generated files not up to date! Run make_build inside the mobile directory"
|
||||
echo "ERROR: Generated files not up to date! Run 'make build' and 'make pigeon' inside the mobile directory"
|
||||
echo "Changed files: ${CHANGED_FILES}"
|
||||
exit 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue