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 3389713 commit 884b37bCopy full SHA for 884b37b
npm/ci-requirements.sh
@@ -96,6 +96,8 @@ popd &>/dev/null;
96
97
echo "Installing dependencies required for tests in codegens/dart-dio"
98
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
101
echo '''name: test
102
version: 1.0.0
103
environment:
0 commit comments