Skip to content

Commit 16dce1f

Browse files
authored
Pin DCM to latest version (#2410)
1 parent b0494fb commit 16dce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dcm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg
2020
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
2121
sudo apt-get update
22-
sudo apt-get install dcm
22+
sudo apt-get install dcm=1.16.2-1 # To avoid errors add `-1` (build number) to the version
2323
sudo chmod +x /usr/bin/dcm
2424
- name: Setup Dart SDK
2525
uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3

0 commit comments

Comments
 (0)