Skip to content

Commit 72d198a

Browse files
committed
updated DCM
2 parents e81fa22 + 63894bb commit 72d198a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dcm.yml

Lines changed: 1 addition & 1 deletion
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=1.16.2-1 # 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

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 24.3.3-wip
2+
23
- Added support for some debugging APIs with the DDC library bundle format. - [#2563](https://github.com/dart-lang/webdev/issues/2563),[#2566](https://github.com/dart-lang/webdev/issues/2566)
4+
- Update `DCM` version to `1.26.0-1`
35

46
## 24.3.2
57

0 commit comments

Comments
 (0)