Skip to content

Commit 630c123

Browse files
committed
Install dart once
1 parent 884b37b commit 630c123

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

npm/ci-requirements.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ popd &>/dev/null;
9696

9797
echo "Installing dependencies required for tests in codegens/dart-dio"
9898
pushd ./codegens/dart-dio &>/dev/null;
99-
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.0.4-1_amd64.deb
100-
sudo dpkg -i dart_3.0.4-1_amd64.deb
10199
echo '''name: test
102100
version: 1.0.0
103101
environment:

0 commit comments

Comments
 (0)