mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: bump sharp to 0.35.1
This commit is contained in:
parent
ef24895028
commit
003c6ee868
8 changed files with 187 additions and 199 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -734,7 +734,7 @@ jobs:
|
|||
github_token: ${{ steps.token.outputs.token }}
|
||||
|
||||
- name: Install server dependencies
|
||||
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm --filter immich install --frozen-lockfile
|
||||
run: pnpm --filter immich install --frozen-lockfile
|
||||
- name: Run API generation
|
||||
run: mise //:open-api
|
||||
working-directory: open-api
|
||||
|
|
@ -792,7 +792,7 @@ jobs:
|
|||
github_token: ${{ steps.token.outputs.token }}
|
||||
|
||||
- name: Install server dependencies
|
||||
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm install --frozen-lockfile
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build plugins
|
||||
run: mise //:plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue