Skip to content

Commit d86ce7d

Browse files
authored
Pin DCM to latest version (#6703)
1 parent 2a84a61 commit d86ce7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg
6666
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
6767
sudo apt-get update
68-
sudo apt-get install dcm
68+
sudo apt-get install dcm=1.11.0-1
6969
sudo chmod +x /usr/bin/dcm
70+
echo "$(dcm --version)"
7071
- name: Setup Dart SDK
7172
uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
7273
- name: Run DCM on root

0 commit comments

Comments
 (0)