We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a84a61 commit d86ce7dCopy full SHA for d86ce7d
.github/workflows/build.yaml
@@ -65,8 +65,9 @@ jobs:
65
wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg
66
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
67
sudo apt-get update
68
- sudo apt-get install dcm
+ sudo apt-get install dcm=1.11.0-1
69
sudo chmod +x /usr/bin/dcm
70
+ echo "$(dcm --version)"
71
- name: Setup Dart SDK
72
uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
73
- name: Run DCM on root
0 commit comments