File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg
20
20
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
21
21
sudo apt-get update
22
- sudo apt-get install dcm=1.26.0 # To avoid errors add `-1` (build number) to the version
22
+ sudo apt-get install dcm=1.26.0-1 # To avoid errors add `-1` (build number) to the version
23
23
sudo chmod +x /usr/bin/dcm
24
24
- name : Setup Dart SDK
25
25
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
Original file line number Diff line number Diff line change 1
1
## 24.3.3-wip
2
2
- Added support for some debugging APIs with the DDC library bundle format. - [ #2563 ] ( https://github.com/dart-lang/webdev/issues/2563 )
3
- - Update ` DCM ` version to ` 1.26.0 `
3
+ - Update ` DCM ` version to ` 1.26.0-1 `
4
4
5
5
## 24.3.2
6
6
You can’t perform that action at this time.
0 commit comments