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 e926354 commit 958da45Copy full SHA for 958da45
tools/dep_updaters/update-ada.sh
100644
100755
@@ -34,7 +34,6 @@ echo "Fetching ada source archive..."
34
curl -sL -o "$ADA_ZIP" "https://github.com/ada-url/ada/releases/download/$ADA_REF/singleheader.zip"
35
unzip "$ADA_ZIP"
36
rm "$ADA_ZIP"
37
-rm ./*_demo.cpp
38
39
curl -sL -o "$ADA_LICENSE" "https://raw.githubusercontent.com/ada-url/ada/HEAD/LICENSE-MIT"
40
0 commit comments