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 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=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
2323 sudo chmod +x /usr/bin/dcm
2424 - name : Setup Dart SDK
2525 uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
Original file line number Diff line number Diff line change 11## 24.3.3-wip
22- 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 `
44
55## 24.3.2
66
You can’t perform that action at this time.
0 commit comments