We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688dc18 commit 7fca9d5Copy full SHA for 7fca9d5
npm/ci-requirements.sh
@@ -82,7 +82,7 @@ sudo apt-get install httpie
82
83
echo "Installing dependencies required for tests in codegens/dart-http"
84
pushd ./codegens/dart-http &>/dev/null;
85
- wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.0.4-1_amd64.deb
+ wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/3.0.4/linux_packages/dart_3.0.4-1_amd64.deb
86
sudo dpkg -i dart_3.0.4-1_amd64.deb
87
echo '''name: test
88
version: 1.0.0
0 commit comments