mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore: lock DCM version in GHA (#19795)
This commit is contained in:
parent
cf91d9bdfc
commit
8c5269c002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg
|
||||
echo 'deb [signed-by=/usr/share/keyrings/dcm.gpg arch=amd64] https://dcm.dev/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install dcm
|
||||
sudo apt-get install dcm=1.29.0-1
|
||||
|
||||
- name: Generate translation file
|
||||
run: make translation
|
||||
|
|
|
|||
Loading…
Reference in a new issue